Shades of Medium Orchid #B36ACC
Tints of Medium Orchid #B36ACC
RGB
CMYK
RGB Variations
Color information
#B36ACC (or 0xB36ACC) is known color: Medium Orchid. HEX triplet: B3, 6A and CC. RGB value is (179,106,204). Sum of RGB (Red+Green+Blue) = 179+106+204=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #B36ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ACC is #4C9533. Grayscale: #8A8A8A. Windows color (decimal): -5018932 or 13396659. OLE color: 13396659.
HSL color Cylindrical-coordinate representation of color #B36ACC: hue angle of 284.69º 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 #B36ACC is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 106 | 204 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.2 |
| HSL | 284.69º | 0.49% | 0.61% | - |
| HSV(B) | 284.69º | 0.48% | 0.8% | - |
| XYZ | 34.64 | 24.25 | 59.98 | - |
| YUV | 139 | 164.68 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 204 | 0.12 | 0.48 | 0 | 0.2 | 284.69 | 0.49 | 0.61 |
| Hex | B3 | 6A | CC | C | 30 | 0 | 14 | 11D | 31 | 3D |
| Octal | 263 | 152 | 314 | 14 | 60 | 0 | 24 | 435 | 61 | 75 |
| Binary | 10110011 | 1101010 | 11001100 | 1100 | 110000 | 0 | 10100 | 100011101 | 110001 | 111101 |
Color Harmonies of #B36ACC
Complementary color
Monochromatic Colors of #B36ACC
Black with #B36ACC
Text Example
Text Example
White with #B36ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36ACC; }
p { color: rgb(179,106,204); }
H1.HeaderClassName
{
color: #B36ACC;
}
.AnyTagClassName
{
color: #B36ACC;
}
</style>
background-color css
<style>
a { background-color: #B36ACC; }
a { background-color: rgb(179,106,204); }
div.DivClassName
{
background-color: #B36ACC;
}
.BgClassName
{
background-color: #B36ACC;
}
</style>
border-color css
<style>
span { border-color: #B36ACC; }
span { border-color: rgb(179,106,204); }
td.TdClassName
{
border-color: #B36ACC;
}
.TagClassName
{
border-color: #B36ACC;
}
</style>