#B16DCB

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

Shades of Medium Orchid #B16DCB

Tints of Medium Orchid #B16DCB

Color information

#B16DCB (or 0xB16DCB) is unknown color: approx Medium Orchid. HEX triplet: B1, 6D and CB. RGB value is (177,109,203). Sum of RGB (Red+Green+Blue) = 177+109+203=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #B16DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DCB is #4E9234. Grayscale: #8B8B8B. Windows color (decimal): -5149237 or 13331889. OLE color: 13331889.

HSL color Cylindrical-coordinate representation of color #B16DCB: hue angle of 283.4º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B16DCB is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177109203-
CMYK0.130.4600.20
HSL283.4º47.47%61.18%-
HSV(B)283.4º46.31%79.61%-
XYZ34.3824.659.44-
YUV140.05163.53154.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.20%
GREEN value IS 109 (42.97% from 255) = 22.29%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=36.20%
G=22.29%
B=41.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771092030.130.4600.20283.447.4761.18
HexB16DCBD2E01411b2f3d
Octal26115531315560244335775
Binary101100011101101110010111101101110010100100011011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16DCB; }

 p { color: rgb(177,109,203); }

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

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

 a { background-color: rgb(177,109,203); }

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

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

 span { border-color: rgb(177,109,203); }

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