#B55CCB

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

Shades of Medium Orchid #B55CCB

Tints of Medium Orchid #B55CCB

Color information

#B55CCB (or 0xB55CCB) is unknown color: approx Medium Orchid. HEX triplet: B5, 5C and CB. RGB value is (181,92,203). Sum of RGB (Red+Green+Blue) = 181+92+203=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #B55CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CCB is #4AA334. Grayscale: #828282. Windows color (decimal): -4891445 or 13327541. OLE color: 13327541.

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

Color convert

RGB18192203-
CMYK0.110.5500.20
HSL288.11º51.63%57.84%-
HSV(B)288.11º54.68%79.61%-
XYZ33.6621.7958.93-
YUV131.26168.49163.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.03%
GREEN value IS 92 (36.33% from 255) = 19.33%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=38.03%
G=19.33%
B=42.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181922030.110.5500.20288.1151.6357.84
HexB55CCBB37014120343a
Octal26513431313670244406472
Binary101101011011100110010111011110111010100100100000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55CCB; }

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

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

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

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

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

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

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

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