Shades of Medium Orchid #BB31CF
Tints of Medium Orchid #BB31CF
RGB
CMYK
RGB Variations
Color information
#BB31CF (or 0xBB31CF) is known color: Medium Orchid. HEX triplet: BB, 31 and CF. RGB value is (187,49,207). Sum of RGB (Red+Green+Blue) = 187+49+207=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB31CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB31CF is #44CE30. Grayscale: #6B6B6B. Windows color (decimal): -4509233 or 13578683. OLE color: 13578683.
HSL color Cylindrical-coordinate representation of color #BB31CF: hue angle of 292.41º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB31CF is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 49 | 207 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.19 |
| HSL | 292.41º | 0.62% | 0.5% | - |
| HSV(B) | 292.41º | 0.76% | 0.81% | - |
| XYZ | 32.85 | 17.27 | 60.63 | - |
| YUV | 108.27 | 183.72 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 207 | 0.10 | 0.76 | 0 | 0.19 | 292.41 | 0.62 | 0.5 |
| Hex | BB | 31 | CF | A | 4C | 0 | 13 | 124 | 3E | 32 |
| Octal | 273 | 61 | 317 | 12 | 114 | 0 | 23 | 444 | 76 | 62 |
| Binary | 10111011 | 110001 | 11001111 | 1010 | 1001100 | 0 | 10011 | 100100100 | 111110 | 110010 |
Color Harmonies of #BB31CF
Complementary color
Monochromatic Colors of #BB31CF
Black with #BB31CF
Text Example
Text Example
White with #BB31CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31CF; }
p { color: rgb(187,49,207); }
H1.HeaderClassName
{
color: #BB31CF;
}
.AnyTagClassName
{
color: #BB31CF;
}
</style>
background-color css
<style>
a { background-color: #BB31CF; }
a { background-color: rgb(187,49,207); }
div.DivClassName
{
background-color: #BB31CF;
}
.BgClassName
{
background-color: #BB31CF;
}
</style>
border-color css
<style>
span { border-color: #BB31CF; }
span { border-color: rgb(187,49,207); }
td.TdClassName
{
border-color: #BB31CF;
}
.TagClassName
{
border-color: #BB31CF;
}
</style>