Shades of Medium Orchid #BB45CF
Tints of Medium Orchid #BB45CF
RGB
CMYK
RGB Variations
Color information
#BB45CF (or 0xBB45CF) is known color: Medium Orchid. HEX triplet: BB, 45 and CF. RGB value is (187,69,207). Sum of RGB (Red+Green+Blue) = 187+69+207=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB45CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB45CF is #44BA30. Grayscale: #777777. Windows color (decimal): -4504113 or 13583803. OLE color: 13583803.
HSL color Cylindrical-coordinate representation of color #BB45CF: hue angle of 291.3º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB45CF is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 69 | 207 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.19 |
| HSL | 291.3º | 0.59% | 0.54% | - |
| HSV(B) | 291.3º | 0.67% | 0.81% | - |
| XYZ | 33.88 | 19.33 | 60.98 | - |
| YUV | 120.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 207 | 0.10 | 0.67 | 0 | 0.19 | 291.3 | 0.59 | 0.54 |
| Hex | BB | 45 | CF | A | 43 | 0 | 13 | 123 | 3B | 36 |
| Octal | 273 | 105 | 317 | 12 | 103 | 0 | 23 | 443 | 73 | 66 |
| Binary | 10111011 | 1000101 | 11001111 | 1010 | 1000011 | 0 | 10011 | 100100011 | 111011 | 110110 |
Color Harmonies of #BB45CF
Complementary color
Monochromatic Colors of #BB45CF
Black with #BB45CF
Text Example
Text Example
White with #BB45CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB45CF; }
p { color: rgb(187,69,207); }
H1.HeaderClassName
{
color: #BB45CF;
}
.AnyTagClassName
{
color: #BB45CF;
}
</style>
background-color css
<style>
a { background-color: #BB45CF; }
a { background-color: rgb(187,69,207); }
div.DivClassName
{
background-color: #BB45CF;
}
.BgClassName
{
background-color: #BB45CF;
}
</style>
border-color css
<style>
span { border-color: #BB45CF; }
span { border-color: rgb(187,69,207); }
td.TdClassName
{
border-color: #BB45CF;
}
.TagClassName
{
border-color: #BB45CF;
}
</style>