#B158DB

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

Shades of Medium Orchid #B158DB

Tints of Medium Orchid #B158DB

Color information

#B158DB (or 0xB158DB) is unknown color: approx Medium Orchid. HEX triplet: B1, 58 and DB. RGB value is (177,88,219). Sum of RGB (Red+Green+Blue) = 177+88+219=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #B158DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158DB is #4EA724. Grayscale: #818181. Windows color (decimal): -5154597 or 14375089. OLE color: 14375089.

HSL color Cylindrical-coordinate representation of color #B158DB: hue angle of 280.76º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B158DB is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17788219-
CMYK0.190.6000.14
HSL280.76º64.53%60.2%-
HSV(B)280.76º59.82%85.88%-
XYZ34.4121.4469.34-
YUV129.54178.49161.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 88 (34.77% from 255) = 18.18%
BLUE value IS 219 (85.94% from 255) = 45.25%
R=36.57%
G=18.18%
B=45.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177882190.190.6000.14280.7664.5360.2
HexB158DB133C0E119413c
Octal261130333237401643110174
Binary1011000110110001101101110011111100011101000110011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B158DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B158DB; }

 p { color: rgb(177,88,219); }

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

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

 a { background-color: rgb(177,88,219); }

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

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

 span { border-color: rgb(177,88,219); }

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