Shades of Medium Orchid #BB4CF3
Tints of Medium Orchid #BB4CF3
RGB
CMYK
RGB Variations
Color information
#BB4CF3 (or 0xBB4CF3) is known color: Medium Orchid. HEX triplet: BB, 4C and F3. RGB value is (187,76,243). Sum of RGB (Red+Green+Blue) = 187+76+243=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB4CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4CF3 is #44B30C. Grayscale: #7F7F7F. Windows color (decimal): -4502285 or 15944891. OLE color: 15944891.
HSL color Cylindrical-coordinate representation of color #BB4CF3: hue angle of 279.88º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB4CF3 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 76 | 243 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.05 |
| HSL | 279.88º | 0.87% | 0.63% | - |
| HSV(B) | 279.88º | 0.69% | 0.95% | - |
| XYZ | 39.26 | 22.2 | 87.01 | - |
| YUV | 128.23 | 192.77 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 243 | 0.23 | 0.69 | 0 | 0.05 | 279.88 | 0.87 | 0.63 |
| Hex | BB | 4C | F3 | 17 | 45 | 0 | 5 | 118 | 57 | 3F |
| Octal | 273 | 114 | 363 | 27 | 105 | 0 | 5 | 430 | 127 | 77 |
| Binary | 10111011 | 1001100 | 11110011 | 10111 | 1000101 | 0 | 101 | 100011000 | 1010111 | 111111 |
Color Harmonies of #BB4CF3
Complementary color
Monochromatic Colors of #BB4CF3
Black with #BB4CF3
Text Example
Text Example
White with #BB4CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4CF3; }
p { color: rgb(187,76,243); }
H1.HeaderClassName
{
color: #BB4CF3;
}
.AnyTagClassName
{
color: #BB4CF3;
}
</style>
background-color css
<style>
a { background-color: #BB4CF3; }
a { background-color: rgb(187,76,243); }
div.DivClassName
{
background-color: #BB4CF3;
}
.BgClassName
{
background-color: #BB4CF3;
}
</style>
border-color css
<style>
span { border-color: #BB4CF3; }
span { border-color: rgb(187,76,243); }
td.TdClassName
{
border-color: #BB4CF3;
}
.TagClassName
{
border-color: #BB4CF3;
}
</style>