#B06AD1

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

Shades of Medium Orchid #B06AD1

Tints of Medium Orchid #B06AD1

Color information

#B06AD1 (or 0xB06AD1) is unknown color: approx Medium Orchid. HEX triplet: B0, 6A and D1. RGB value is (176,106,209). Sum of RGB (Red+Green+Blue) = 176+106+209=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #B06AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06AD1 is #4F952E. Grayscale: #8A8A8A. Windows color (decimal): -5215535 or 13724336. OLE color: 13724336.

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

Color convert

RGB176106209-
CMYK0.160.4900.18
HSL280.78º52.82%61.76%-
HSV(B)280.78º49.28%81.96%-
XYZ34.5724.1463.16-
YUV138.67167.69154.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 106 (41.80% from 255) = 21.59%
BLUE value IS 209 (82.03% from 255) = 42.57%
R=35.85%
G=21.59%
B=42.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761062090.160.4900.18280.7852.8261.76
HexB06AD11031012119353e
Octal26015232120610224316576
Binary1011000011010101101000110000110001010010100011001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06AD1; }

 p { color: rgb(176,106,209); }

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

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

 a { background-color: rgb(176,106,209); }

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

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

 span { border-color: rgb(176,106,209); }

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