Shades of Medium Orchid #BB43CF
Tints of Medium Orchid #BB43CF
RGB
CMYK
RGB Variations
Color information
#BB43CF (or 0xBB43CF) is known color: Medium Orchid. HEX triplet: BB, 43 and CF. RGB value is (187,67,207). Sum of RGB (Red+Green+Blue) = 187+67+207=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB43CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB43CF is #44BC30. Grayscale: #767676. Windows color (decimal): -4504625 or 13583291. OLE color: 13583291.
HSL color Cylindrical-coordinate representation of color #BB43CF: hue angle of 291.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB43CF is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 67 | 207 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.19 |
| HSL | 291.43º | 0.59% | 0.54% | - |
| HSV(B) | 291.43º | 0.68% | 0.81% | - |
| XYZ | 33.76 | 19.08 | 60.94 | - |
| YUV | 118.84 | 177.76 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 207 | 0.10 | 0.68 | 0 | 0.19 | 291.43 | 0.59 | 0.54 |
| Hex | BB | 43 | CF | A | 44 | 0 | 13 | 123 | 3B | 36 |
| Octal | 273 | 103 | 317 | 12 | 104 | 0 | 23 | 443 | 73 | 66 |
| Binary | 10111011 | 1000011 | 11001111 | 1010 | 1000100 | 0 | 10011 | 100100011 | 111011 | 110110 |
Color Harmonies of #BB43CF
Complementary color
Monochromatic Colors of #BB43CF
Black with #BB43CF
Text Example
Text Example
White with #BB43CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB43CF; }
p { color: rgb(187,67,207); }
H1.HeaderClassName
{
color: #BB43CF;
}
.AnyTagClassName
{
color: #BB43CF;
}
</style>
background-color css
<style>
a { background-color: #BB43CF; }
a { background-color: rgb(187,67,207); }
div.DivClassName
{
background-color: #BB43CF;
}
.BgClassName
{
background-color: #BB43CF;
}
</style>
border-color css
<style>
span { border-color: #BB43CF; }
span { border-color: rgb(187,67,207); }
td.TdClassName
{
border-color: #BB43CF;
}
.TagClassName
{
border-color: #BB43CF;
}
</style>