#B16DD1

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

Shades of Medium Orchid #B16DD1

Tints of Medium Orchid #B16DD1

Color information

#B16DD1 (or 0xB16DD1) is unknown color: approx Medium Orchid. HEX triplet: B1, 6D and D1. RGB value is (177,109,209). Sum of RGB (Red+Green+Blue) = 177+109+209=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 209 - color contains mainly: blue. Hex color #B16DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DD1 is #4E922E. Grayscale: #8C8C8C. Windows color (decimal): -5149231 or 13725105. OLE color: 13725105.

HSL color Cylindrical-coordinate representation of color #B16DD1: hue angle of 280.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B16DD1 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB177109209-
CMYK0.150.4800.18
HSL280.8º52.08%62.35%-
HSV(B)280.8º47.85%81.96%-
XYZ35.1124.8963.28-
YUV140.73166.53153.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 109 (42.97% from 255) = 22.02%
BLUE value IS 209 (82.03% from 255) = 42.22%
R=35.76%
G=22.02%
B=42.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771092090.150.4800.18280.852.0862.35
HexB16DD1F30012119343e
Octal26115532117600224316476
Binary101100011101101110100011111110000010010100011001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16DD1; }

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

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

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

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

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

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

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

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