Shades of Medium Orchid #BB4CF2
Tints of Medium Orchid #BB4CF2
RGB
CMYK
RGB Variations
Color information
#BB4CF2 (or 0xBB4CF2) is known color: Medium Orchid. HEX triplet: BB, 4C and F2. RGB value is (187,76,242). Sum of RGB (Red+Green+Blue) = 187+76+242=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB4CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4CF2 is #44B30D. Grayscale: #7F7F7F. Windows color (decimal): -4502286 or 15879355. OLE color: 15879355.
HSL color Cylindrical-coordinate representation of color #BB4CF2: hue angle of 280.12º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB4CF2 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 76 | 242 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.05 |
| HSL | 280.12º | 0.86% | 0.62% | - |
| HSV(B) | 280.12º | 0.69% | 0.95% | - |
| XYZ | 39.1 | 22.14 | 86.22 | - |
| YUV | 128.11 | 192.27 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 242 | 0.23 | 0.69 | 0 | 0.05 | 280.12 | 0.86 | 0.62 |
| Hex | BB | 4C | F2 | 17 | 45 | 0 | 5 | 118 | 56 | 3E |
| Octal | 273 | 114 | 362 | 27 | 105 | 0 | 5 | 430 | 126 | 76 |
| Binary | 10111011 | 1001100 | 11110010 | 10111 | 1000101 | 0 | 101 | 100011000 | 1010110 | 111110 |
Color Harmonies of #BB4CF2
Complementary color
Monochromatic Colors of #BB4CF2
Black with #BB4CF2
Text Example
Text Example
White with #BB4CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4CF2; }
p { color: rgb(187,76,242); }
H1.HeaderClassName
{
color: #BB4CF2;
}
.AnyTagClassName
{
color: #BB4CF2;
}
</style>
background-color css
<style>
a { background-color: #BB4CF2; }
a { background-color: rgb(187,76,242); }
div.DivClassName
{
background-color: #BB4CF2;
}
.BgClassName
{
background-color: #BB4CF2;
}
</style>
border-color css
<style>
span { border-color: #BB4CF2; }
span { border-color: rgb(187,76,242); }
td.TdClassName
{
border-color: #BB4CF2;
}
.TagClassName
{
border-color: #BB4CF2;
}
</style>