Shades of Medium Orchid #BB61C9
Tints of Medium Orchid #BB61C9
RGB
CMYK
RGB Variations
Color information
#BB61C9 (or 0xBB61C9) is known color: Medium Orchid. HEX triplet: BB, 61 and C9. RGB value is (187,97,201). Sum of RGB (Red+Green+Blue) = 187+97+201=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB61C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61C9 is #449E36. Grayscale: #878787. Windows color (decimal): -4496951 or 13197755. OLE color: 13197755.
HSL color Cylindrical-coordinate representation of color #BB61C9: hue angle of 291.92º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB61C9 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 97 | 201 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.21 |
| HSL | 291.92º | 0.49% | 0.58% | - |
| HSV(B) | 291.92º | 0.52% | 0.79% | - |
| XYZ | 35.31 | 23.33 | 57.9 | - |
| YUV | 135.77 | 164.82 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 201 | 0.07 | 0.52 | 0 | 0.21 | 291.92 | 0.49 | 0.58 |
| Hex | BB | 61 | C9 | 7 | 34 | 0 | 15 | 124 | 31 | 3A |
| Octal | 273 | 141 | 311 | 7 | 64 | 0 | 25 | 444 | 61 | 72 |
| Binary | 10111011 | 1100001 | 11001001 | 111 | 110100 | 0 | 10101 | 100100100 | 110001 | 111010 |
Color Harmonies of #BB61C9
Complementary color
Monochromatic Colors of #BB61C9
Black with #BB61C9
Text Example
Text Example
White with #BB61C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB61C9; }
p { color: rgb(187,97,201); }
H1.HeaderClassName
{
color: #BB61C9;
}
.AnyTagClassName
{
color: #BB61C9;
}
</style>
background-color css
<style>
a { background-color: #BB61C9; }
a { background-color: rgb(187,97,201); }
div.DivClassName
{
background-color: #BB61C9;
}
.BgClassName
{
background-color: #BB61C9;
}
</style>
border-color css
<style>
span { border-color: #BB61C9; }
span { border-color: rgb(187,97,201); }
td.TdClassName
{
border-color: #BB61C9;
}
.TagClassName
{
border-color: #BB61C9;
}
</style>