#B55DCC

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

Shades of Medium Orchid #B55DCC

Tints of Medium Orchid #B55DCC

Color information

#B55DCC (or 0xB55DCC) is unknown color: approx Medium Orchid. HEX triplet: B5, 5D and CC. RGB value is (181,93,204). Sum of RGB (Red+Green+Blue) = 181+93+204=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #B55DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DCC is #4AA233. Grayscale: #838383. Windows color (decimal): -4891188 or 13393333. OLE color: 13393333.

HSL color Cylindrical-coordinate representation of color #B55DCC: hue angle of 287.57º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55DCC is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18193204-
CMYK0.110.5400.2
HSL287.57º52.11%58.24%-
HSV(B)287.57º54.41%80%-
XYZ33.8722.0159.59-
YUV131.97168.65162.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 93 (36.72% from 255) = 19.46%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=37.87%
G=19.46%
B=42.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181932040.110.5400.2287.5752.1158.24
HexB55DCCB36014120343a
Octal26513531413660244406472
Binary101101011011101110011001011110110010100100100000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55DCC; }

 p { color: rgb(181,93,204); }

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

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

 a { background-color: rgb(181,93,204); }

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

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

 span { border-color: rgb(181,93,204); }

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