#B954DE

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

Shades of Medium Orchid #B954DE

Tints of Medium Orchid #B954DE

Color information

#B954DE (or 0xB954DE) is unknown color: approx Medium Orchid. HEX triplet: B9, 54 and DE. RGB value is (185,84,222). Sum of RGB (Red+Green+Blue) = 185+84+222=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #B954DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954DE is #46AB21. Grayscale: #818181. Windows color (decimal): -4631330 or 14570681. OLE color: 14570681.

HSL color Cylindrical-coordinate representation of color #B954DE: hue angle of 283.91º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B954DE is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18584222-
CMYK0.170.6200.13
HSL283.91º67.65%60%-
HSV(B)283.91º62.16%87.06%-
XYZ36.3621.9371.42-
YUV129.93179.96167.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 84 (33.20% from 255) = 17.11%
BLUE value IS 222 (87.11% from 255) = 45.21%
R=37.68%
G=17.11%
B=45.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal185842220.170.6200.13283.9167.6560
HexB954DE113E0D11c443c
Octal271124336217601543410474
Binary1011100110101001101111010001111110011011000111001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B954DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B954DE; }

 p { color: rgb(185,84,222); }

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

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

 a { background-color: rgb(185,84,222); }

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

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

 span { border-color: rgb(185,84,222); }

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