#b55dc8

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

Shades of Medium Orchid #B55DC8

Tints of Medium Orchid #B55DC8

Color information

#B55DC8 (or 0xB55DC8) is unknown color: approx Medium Orchid. HEX triplet: B5, 5D and C8. RGB value is (181,93,200). Sum of RGB (Red+Green+Blue) = 181+93+200=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #B55DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DC8 is #4AA237. Grayscale: #838383. Windows color (decimal): -4891192 or 13131189. OLE color: 13131189.

HSL color Cylindrical-coordinate representation of color #B55DC8: hue angle of 289.35º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55DC8 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18193200-
CMYK0.090.5400.22
HSL289.35º49.31%57.45%-
HSV(B)289.35º53.5%78.43%-
XYZ33.421.8257.1-
YUV131.51166.65163.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.19%
GREEN value IS 93 (36.72% from 255) = 19.62%
BLUE value IS 200 (78.52% from 255) = 42.19%
R=38.19%
G=19.62%
B=42.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181932000.090.5400.22289.3549.3157.45
HexB55DC89360161213139
Octal26513531011660264416171
Binary101101011011101110010001001110110010110100100001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55dc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55dc8; }

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

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

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

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

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

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

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

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