#B94FE0

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

Shades of Medium Orchid #B94FE0

Tints of Medium Orchid #B94FE0

Color information

#B94FE0 (or 0xB94FE0) is unknown color: approx Medium Orchid. HEX triplet: B9, 4F and E0. RGB value is (185,79,224). Sum of RGB (Red+Green+Blue) = 185+79+224=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #B94FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94FE0 is #46B01F. Grayscale: #7E7E7E. Windows color (decimal): -4632608 or 14700473. OLE color: 14700473.

HSL color Cylindrical-coordinate representation of color #B94FE0: hue angle of 283.86º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94FE0 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18579224-
CMYK0.170.6500.12
HSL283.86º70.05%59.41%-
HSV(B)283.86º64.73%87.84%-
XYZ36.2621.2972.72-
YUV127.22182.62169.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 79 (31.25% from 255) = 16.19%
BLUE value IS 224 (87.89% from 255) = 45.90%
R=37.91%
G=16.19%
B=45.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal185792240.170.6500.12283.8670.0559.41
HexB94FE011410C11c463b
Octal2711173402110101443410673
Binary10111001100111111100000100011000001011001000111001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94FE0; }

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

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

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

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

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

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

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

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