#B555CD

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

Shades of Medium Orchid #B555CD

Tints of Medium Orchid #B555CD

Color information

#B555CD (or 0xB555CD) is unknown color: approx Medium Orchid. HEX triplet: B5, 55 and CD. RGB value is (181,85,205). Sum of RGB (Red+Green+Blue) = 181+85+205=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #B555CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B555CD is #4AAA32. Grayscale: #7E7E7E. Windows color (decimal): -4893235 or 13456821. OLE color: 13456821.

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

Color convert

RGB18185205-
CMYK0.120.5900.20
HSL288º54.55%56.86%-
HSV(B)288º58.54%80.39%-
XYZ33.3220.7360-
YUV127.38171.8166.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 85 (33.59% from 255) = 18.05%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=38.43%
G=18.05%
B=43.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181852050.120.5900.2028854.5556.86
HexB555CDC3B0141203739
Octal26512531514730244406771
Binary101101011010101110011011100111011010100100100000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B555CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B555CD; }

 p { color: rgb(181,85,205); }

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

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

 a { background-color: rgb(181,85,205); }

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

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

 span { border-color: rgb(181,85,205); }

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