Shades of Medium Orchid #BB61CA
Tints of Medium Orchid #BB61CA
RGB
CMYK
RGB Variations
Color information
#BB61CA (or 0xBB61CA) is known color: Medium Orchid. HEX triplet: BB, 61 and CA. RGB value is (187,97,202). Sum of RGB (Red+Green+Blue) = 187+97+202=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB61CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61CA is #449E35. Grayscale: #878787. Windows color (decimal): -4496950 or 13263291. OLE color: 13263291.
HSL color Cylindrical-coordinate representation of color #BB61CA: hue angle of 291.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB61CA is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 97 | 202 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.21 |
| HSL | 291.43º | 0.5% | 0.59% | - |
| HSV(B) | 291.43º | 0.52% | 0.79% | - |
| XYZ | 35.43 | 23.38 | 58.52 | - |
| YUV | 135.88 | 165.32 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 202 | 0.07 | 0.52 | 0 | 0.21 | 291.43 | 0.5 | 0.59 |
| Hex | BB | 61 | CA | 7 | 34 | 0 | 15 | 123 | 32 | 3B |
| Octal | 273 | 141 | 312 | 7 | 64 | 0 | 25 | 443 | 62 | 73 |
| Binary | 10111011 | 1100001 | 11001010 | 111 | 110100 | 0 | 10101 | 100100011 | 110010 | 111011 |
Color Harmonies of #BB61CA
Complementary color
Monochromatic Colors of #BB61CA
Black with #BB61CA
Text Example
Text Example
White with #BB61CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB61CA; }
p { color: rgb(187,97,202); }
H1.HeaderClassName
{
color: #BB61CA;
}
.AnyTagClassName
{
color: #BB61CA;
}
</style>
background-color css
<style>
a { background-color: #BB61CA; }
a { background-color: rgb(187,97,202); }
div.DivClassName
{
background-color: #BB61CA;
}
.BgClassName
{
background-color: #BB61CA;
}
</style>
border-color css
<style>
span { border-color: #BB61CA; }
span { border-color: rgb(187,97,202); }
td.TdClassName
{
border-color: #BB61CA;
}
.TagClassName
{
border-color: #BB61CA;
}
</style>