#B16BDD

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

Shades of Medium Orchid #B16BDD

Tints of Medium Orchid #B16BDD

Color information

#B16BDD (or 0xB16BDD) is unknown color: approx Medium Orchid. HEX triplet: B1, 6B and DD. RGB value is (177,107,221). Sum of RGB (Red+Green+Blue) = 177+107+221=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #B16BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16BDD is #4E9422. Grayscale: #8C8C8C. Windows color (decimal): -5149731 or 14511025. OLE color: 14511025.

HSL color Cylindrical-coordinate representation of color #B16BDD: hue angle of 276.84º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B16BDD is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177107221-
CMYK0.200.5200.13
HSL276.84º62.64%64.31%-
HSV(B)276.84º51.58%86.67%-
XYZ36.4425.0871.33-
YUV140.93173.19153.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 107 (42.19% from 255) = 21.19%
BLUE value IS 221 (86.72% from 255) = 43.76%
R=35.05%
G=21.19%
B=43.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771072210.200.5200.13276.8462.6464.31
HexB16BDD14340D1153f40
Octal261153335246401542577100
Binary1011000111010111101110110100110100011011000101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16BDD; }

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

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

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

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

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

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

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

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