#B16DD7

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

Shades of Medium Orchid #B16DD7

Tints of Medium Orchid #B16DD7

Color information

#B16DD7 (or 0xB16DD7) is unknown color: approx Medium Orchid. HEX triplet: B1, 6D and D7. RGB value is (177,109,215). Sum of RGB (Red+Green+Blue) = 177+109+215=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 215 - color contains mainly: blue. Hex color #B16DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DD7 is #4E9228. Grayscale: #8D8D8D. Windows color (decimal): -5149225 or 14118321. OLE color: 14118321.

HSL color Cylindrical-coordinate representation of color #B16DD7: hue angle of 278.49º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B16DD7 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB177109215-
CMYK0.180.4900.16
HSL278.49º56.99%63.53%-
HSV(B)278.49º49.3%84.31%-
XYZ35.8725.1967.26-
YUV141.42169.53153.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.33%
GREEN value IS 109 (42.97% from 255) = 21.76%
BLUE value IS 215 (84.38% from 255) = 42.91%
R=35.33%
G=21.76%
B=42.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771092150.180.4900.16278.4956.9963.53
HexB16DD712310101163940
Octal261155327226102042671100
Binary10110001110110111010111100101100010100001000101101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16DD7; }

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

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

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

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

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

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

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

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