#B06ACA

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

Shades of Medium Orchid #B06ACA

Tints of Medium Orchid #B06ACA

Color information

#B06ACA (or 0xB06ACA) is unknown color: approx Medium Orchid. HEX triplet: B0, 6A and CA. RGB value is (176,106,202). Sum of RGB (Red+Green+Blue) = 176+106+202=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #B06ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ACA is #4F9535. Grayscale: #898989. Windows color (decimal): -5215542 or 13265584. OLE color: 13265584.

HSL color Cylindrical-coordinate representation of color #B06ACA: hue angle of 283.75º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B06ACA is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176106202-
CMYK0.130.4800.21
HSL283.75º47.52%60.39%-
HSV(B)283.75º47.52%79.22%-
XYZ33.7223.858.69-
YUV137.87164.19155.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 106 (41.80% from 255) = 21.90%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=36.36%
G=21.90%
B=41.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761062020.130.4800.21283.7547.5260.39
HexB06ACAD3001511c303c
Octal26015231215600254346074
Binary101100001101010110010101101110000010101100011100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06ACA; }

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

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

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

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

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

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

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

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