#B06AD5

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

Shades of Medium Orchid #B06AD5

Tints of Medium Orchid #B06AD5

Color information

#B06AD5 (or 0xB06AD5) is unknown color: approx Medium Orchid. HEX triplet: B0, 6A and D5. RGB value is (176,106,213). Sum of RGB (Red+Green+Blue) = 176+106+213=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #B06AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06AD5 is #4F952A. Grayscale: #8A8A8A. Windows color (decimal): -5215531 or 13986480. OLE color: 13986480.

HSL color Cylindrical-coordinate representation of color #B06AD5: hue angle of 279.25º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B06AD5 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176106213-
CMYK0.170.5000.16
HSL279.25º56.02%62.55%-
HSV(B)279.25º50.23%83.53%-
XYZ35.0724.3465.8-
YUV139.13169.69154.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 106 (41.80% from 255) = 21.41%
BLUE value IS 213 (83.59% from 255) = 43.03%
R=35.56%
G=21.41%
B=43.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761062130.170.5000.16279.2556.0262.55
HexB06AD51132010117383f
Octal26015232521620204277077
Binary1011000011010101101010110001110010010000100010111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06AD5; }

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

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

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

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

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

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

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

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