Shades of Medium Orchid #BB6ACC
Tints of Medium Orchid #BB6ACC
RGB
CMYK
RGB Variations
Color information
#BB6ACC (or 0xBB6ACC) is known color: Medium Orchid. HEX triplet: BB, 6A and CC. RGB value is (187,106,204). Sum of RGB (Red+Green+Blue) = 187+106+204=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ACC is #449533. Grayscale: #8D8D8D. Windows color (decimal): -4494644 or 13396667. OLE color: 13396667.
HSL color Cylindrical-coordinate representation of color #BB6ACC: hue angle of 289.59º 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 #BB6ACC is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 106 | 204 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.2 |
| HSL | 289.59º | 0.49% | 0.61% | - |
| HSV(B) | 289.59º | 0.48% | 0.8% | - |
| XYZ | 36.55 | 25.23 | 60.07 | - |
| YUV | 141.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 106 | 204 | 0.08 | 0.48 | 0 | 0.2 | 289.59 | 0.49 | 0.61 |
| Hex | BB | 6A | CC | 8 | 30 | 0 | 14 | 122 | 31 | 3D |
| Octal | 273 | 152 | 314 | 10 | 60 | 0 | 24 | 442 | 61 | 75 |
| Binary | 10111011 | 1101010 | 11001100 | 1000 | 110000 | 0 | 10100 | 100100010 | 110001 | 111101 |
Color Harmonies of #BB6ACC
Complementary color
Monochromatic Colors of #BB6ACC
Black with #BB6ACC
Text Example
Text Example
White with #BB6ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6ACC; }
p { color: rgb(187,106,204); }
H1.HeaderClassName
{
color: #BB6ACC;
}
.AnyTagClassName
{
color: #BB6ACC;
}
</style>
background-color css
<style>
a { background-color: #BB6ACC; }
a { background-color: rgb(187,106,204); }
div.DivClassName
{
background-color: #BB6ACC;
}
.BgClassName
{
background-color: #BB6ACC;
}
</style>
border-color css
<style>
span { border-color: #BB6ACC; }
span { border-color: rgb(187,106,204); }
td.TdClassName
{
border-color: #BB6ACC;
}
.TagClassName
{
border-color: #BB6ACC;
}
</style>