#B558CA

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

Shades of Medium Orchid #B558CA

Tints of Medium Orchid #B558CA

Color information

#B558CA (or 0xB558CA) is unknown color: approx Medium Orchid. HEX triplet: B5, 58 and CA. RGB value is (181,88,202). Sum of RGB (Red+Green+Blue) = 181+88+202=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #B558CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558CA is #4AA735. Grayscale: #808080. Windows color (decimal): -4892470 or 13260981. OLE color: 13260981.

HSL color Cylindrical-coordinate representation of color #B558CA: hue angle of 288.95º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B558CA is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18188202-
CMYK0.100.5600.21
HSL288.95º51.82%56.86%-
HSV(B)288.95º56.44%79.22%-
XYZ33.2121.0758.19-
YUV128.8169.31165.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 88 (34.77% from 255) = 18.68%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=38.43%
G=18.68%
B=42.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181882020.100.5600.21288.9551.8256.86
HexB558CAA380151213439
Octal26513031212700254416471
Binary101101011011000110010101010111000010101100100001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B558CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B558CA; }

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

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

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

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

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

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

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

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