#B15BDB

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

Shades of Medium Orchid #B15BDB

Tints of Medium Orchid #B15BDB

Color information

#B15BDB (or 0xB15BDB) is unknown color: approx Medium Orchid. HEX triplet: B1, 5B and DB. RGB value is (177,91,219). Sum of RGB (Red+Green+Blue) = 177+91+219=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #B15BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15BDB is #4EA424. Grayscale: #828282. Windows color (decimal): -5153829 or 14375857. OLE color: 14375857.

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

Color convert

RGB17791219-
CMYK0.190.5800.14
HSL280.31º64%60.78%-
HSV(B)280.31º58.45%85.88%-
XYZ34.6621.9469.43-
YUV131.31177.49160.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.34%
GREEN value IS 91 (35.94% from 255) = 18.69%
BLUE value IS 219 (85.94% from 255) = 44.97%
R=36.34%
G=18.69%
B=44.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177912190.190.5800.14280.316460.78
HexB15BDB133A0E118403d
Octal261133333237201643010075
Binary1011000110110111101101110011111010011101000110001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15BDB; }

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

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

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

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

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

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

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

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