#B94FD2

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

Shades of Medium Orchid #B94FD2

Tints of Medium Orchid #B94FD2

Color information

#B94FD2 (or 0xB94FD2) is unknown color: approx Medium Orchid. HEX triplet: B9, 4F and D2. RGB value is (185,79,210). Sum of RGB (Red+Green+Blue) = 185+79+210=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 210 - color contains mainly: blue. Hex color #B94FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94FD2 is #46B02D. Grayscale: #7D7D7D. Windows color (decimal): -4632622 or 13782969. OLE color: 13782969.

HSL color Cylindrical-coordinate representation of color #B94FD2: hue angle of 288.55º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94FD2 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18579210-
CMYK0.120.6200.18
HSL288.55º59.28%56.67%-
HSV(B)288.55º62.38%82.35%-
XYZ34.4420.5663.13-
YUV125.63175.62170.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 79 (31.25% from 255) = 16.67%
BLUE value IS 210 (82.42% from 255) = 44.30%
R=39.03%
G=16.67%
B=44.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185792100.120.6200.18288.5559.2856.67
HexB94FD2C3E0121213b39
Octal27111732214760224417371
Binary101110011001111110100101100111110010010100100001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94FD2; }

 p { color: rgb(185,79,210); }

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

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

 a { background-color: rgb(185,79,210); }

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

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

 span { border-color: rgb(185,79,210); }

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