#B55DCB

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

Shades of Medium Orchid #B55DCB

Tints of Medium Orchid #B55DCB

Color information

#B55DCB (or 0xB55DCB) is unknown color: approx Medium Orchid. HEX triplet: B5, 5D and CB. RGB value is (181,93,203). Sum of RGB (Red+Green+Blue) = 181+93+203=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #B55DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DCB is #4AA234. Grayscale: #838383. Windows color (decimal): -4891189 or 13327797. OLE color: 13327797.

HSL color Cylindrical-coordinate representation of color #B55DCB: hue angle of 288º degrees, saturation: 0.51, 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 #B55DCB is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18193203-
CMYK0.110.5400.20
HSL288º51.4%58.04%-
HSV(B)288º54.19%79.61%-
XYZ33.7521.9658.96-
YUV131.85168.15163.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 93 (36.72% from 255) = 19.50%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=37.95%
G=19.50%
B=42.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181932030.110.5400.2028851.458.04
HexB55DCBB36014120333a
Octal26513531313660244406372
Binary101101011011101110010111011110110010100100100000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55DCB; }

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

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

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

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

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

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

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

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