#B16BDB

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

Shades of Medium Orchid #B16BDB

Tints of Medium Orchid #B16BDB

Color information

#B16BDB (or 0xB16BDB) is unknown color: approx Medium Orchid. HEX triplet: B1, 6B and DB. RGB value is (177,107,219). Sum of RGB (Red+Green+Blue) = 177+107+219=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #B16BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16BDB is #4E9424. Grayscale: #8C8C8C. Windows color (decimal): -5149733 or 14379953. OLE color: 14379953.

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

Color convert

RGB177107219-
CMYK0.190.5100.14
HSL277.5º60.87%63.92%-
HSV(B)277.5º51.14%85.88%-
XYZ36.1824.9869.93-
YUV140.7172.19153.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 107 (42.19% from 255) = 21.27%
BLUE value IS 219 (85.94% from 255) = 43.54%
R=35.19%
G=21.27%
B=43.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771072190.190.5100.14277.560.8763.92
HexB16BDB13330E1163d40
Octal261153333236301642675100
Binary1011000111010111101101110011110011011101000101101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16BDB; }

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

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

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

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

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

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

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

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