#B94FD4

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

Shades of Medium Orchid #B94FD4

Tints of Medium Orchid #B94FD4

Color information

#B94FD4 (or 0xB94FD4) is unknown color: approx Medium Orchid. HEX triplet: B9, 4F and D4. RGB value is (185,79,212). Sum of RGB (Red+Green+Blue) = 185+79+212=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 212 - color contains mainly: blue. Hex color #B94FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94FD4 is #46B02B. Grayscale: #7D7D7D. Windows color (decimal): -4632620 or 13914041. OLE color: 13914041.

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

Color convert

RGB18579212-
CMYK0.130.6300.17
HSL287.82º60.73%57.06%-
HSV(B)287.82º62.74%83.14%-
XYZ34.6920.6664.45-
YUV125.86176.62170.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 79 (31.25% from 255) = 16.60%
BLUE value IS 212 (83.20% from 255) = 44.54%
R=38.87%
G=16.60%
B=44.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal185792120.130.6300.17287.8260.7357.06
HexB94FD4D3F0111203d39
Octal27111732415770214407571
Binary101110011001111110101001101111111010001100100000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94FD4; }

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

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

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

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

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

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

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

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