Shades of Medium Orchid #B06ACC
Tints of Medium Orchid #B06ACC
RGB
CMYK
RGB Variations
Color information
#B06ACC (or 0xB06ACC) is known color: Medium Orchid. HEX triplet: B0, 6A and CC. RGB value is (176,106,204). Sum of RGB (Red+Green+Blue) = 176+106+204=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #B06ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ACC is #4F9533. Grayscale: #898989. Windows color (decimal): -5215540 or 13396656. OLE color: 13396656.
HSL color Cylindrical-coordinate representation of color #B06ACC: hue angle of 282.86º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B06ACC is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 106 | 204 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.2 |
| HSL | 282.86º | 0.49% | 0.61% | - |
| HSV(B) | 282.86º | 0.48% | 0.8% | - |
| XYZ | 33.96 | 23.9 | 59.95 | - |
| YUV | 138.1 | 165.19 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 204 | 0.14 | 0.48 | 0 | 0.2 | 282.86 | 0.49 | 0.61 |
| Hex | B0 | 6A | CC | E | 30 | 0 | 14 | 11B | 31 | 3D |
| Octal | 260 | 152 | 314 | 16 | 60 | 0 | 24 | 433 | 61 | 75 |
| Binary | 10110000 | 1101010 | 11001100 | 1110 | 110000 | 0 | 10100 | 100011011 | 110001 | 111101 |
Color Harmonies of #B06ACC
Complementary color
Monochromatic Colors of #B06ACC
Black with #B06ACC
Text Example
Text Example
White with #B06ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06ACC; }
p { color: rgb(176,106,204); }
H1.HeaderClassName
{
color: #B06ACC;
}
.AnyTagClassName
{
color: #B06ACC;
}
</style>
background-color css
<style>
a { background-color: #B06ACC; }
a { background-color: rgb(176,106,204); }
div.DivClassName
{
background-color: #B06ACC;
}
.BgClassName
{
background-color: #B06ACC;
}
</style>
border-color css
<style>
span { border-color: #B06ACC; }
span { border-color: rgb(176,106,204); }
td.TdClassName
{
border-color: #B06ACC;
}
.TagClassName
{
border-color: #B06ACC;
}
</style>