#B93DD4

Color #B93DD4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B93DD4

Tints of Medium Orchid #B93DD4

Color information

#B93DD4 (or 0xB93DD4) is unknown color: approx Medium Orchid. HEX triplet: B9, 3D and D4. RGB value is (185,61,212). Sum of RGB (Red+Green+Blue) = 185+61+212=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 212 (83.20% from 255 or 46.29% from 458); Max value from RGB is 212 - color contains mainly: blue. Hex color #B93DD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93DD4 is #46C22B. Grayscale: #727272. Windows color (decimal): -4637228 or 13909433. OLE color: 13909433.

HSL color Cylindrical-coordinate representation of color #B93DD4: hue angle of 289.27º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93DD4 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18561212-
CMYK0.130.7100.17
HSL289.27º63.71%53.53%-
HSV(B)289.27º71.23%83.14%-
XYZ33.5618.4164.07-
YUV115.29182.58177.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 61 (24.22% from 255) = 13.32%
BLUE value IS 212 (83.20% from 255) = 46.29%
R=40.39%
G=13.32%
B=46.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal185612120.130.7100.17289.2763.7153.53
HexB93DD4D470111214036
Octal271753241510702144110066
Binary1011100111110111010100110110001110100011001000011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93DD4; }

 p { color: rgb(185,61,212); }

 H1.HeaderClassName
 {
   color: #B93DD4;
 }
 .AnyTagClassName
 {
   color: #B93DD4;
 }
</style>
background-color css

<style>
 a { background-color: #B93DD4; }

 a { background-color: rgb(185,61,212); }

 div.DivClassName
 {
   background-color: #B93DD4;
 }
 .BgClassName
 {
   background-color: #B93DD4;
 }
</style>
border-color css

<style>
 span { border-color: #B93DD4; }

 span { border-color: rgb(185,61,212); }

 td.TdClassName
 {
   border-color: #B93DD4;
 }
 .TagClassName
 {
   border-color: #B93DD4;
 }
</style>