#B558CD

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

Shades of Medium Orchid #B558CD

Tints of Medium Orchid #B558CD

Color information

#B558CD (or 0xB558CD) is unknown color: approx Medium Orchid. HEX triplet: B5, 58 and CD. RGB value is (181,88,205). Sum of RGB (Red+Green+Blue) = 181+88+205=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #B558CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558CD is #4AA732. Grayscale: #808080. Windows color (decimal): -4892467 or 13457589. OLE color: 13457589.

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

Color convert

RGB18188205-
CMYK0.120.5700.20
HSL287.69º53.92%57.45%-
HSV(B)287.69º57.07%80.39%-
XYZ33.5721.2160.08-
YUV129.15170.81164.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.19%
GREEN value IS 88 (34.77% from 255) = 18.57%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=38.19%
G=18.57%
B=43.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181882050.120.5700.20287.6953.9257.45
HexB558CDC390141203639
Octal26513031514710244406671
Binary101101011011000110011011100111001010100100100000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B558CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B558CD; }

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

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

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

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

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

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

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

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