Shades of Medium Orchid #BB4FF2
Tints of Medium Orchid #BB4FF2
RGB
CMYK
RGB Variations
Color information
#BB4FF2 (or 0xBB4FF2) is known color: Medium Orchid. HEX triplet: BB, 4F and F2. RGB value is (187,79,242). Sum of RGB (Red+Green+Blue) = 187+79+242=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB4FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4FF2 is #44B00D. Grayscale: #818181. Windows color (decimal): -4501518 or 15880123. OLE color: 15880123.
HSL color Cylindrical-coordinate representation of color #BB4FF2: hue angle of 279.75º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB4FF2 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 79 | 242 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.05 |
| HSL | 279.75º | 0.86% | 0.63% | - |
| HSV(B) | 279.75º | 0.67% | 0.95% | - |
| XYZ | 39.32 | 22.57 | 86.29 | - |
| YUV | 129.87 | 191.28 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 242 | 0.23 | 0.67 | 0 | 0.05 | 279.75 | 0.86 | 0.63 |
| Hex | BB | 4F | F2 | 17 | 43 | 0 | 5 | 118 | 56 | 3F |
| Octal | 273 | 117 | 362 | 27 | 103 | 0 | 5 | 430 | 126 | 77 |
| Binary | 10111011 | 1001111 | 11110010 | 10111 | 1000011 | 0 | 101 | 100011000 | 1010110 | 111111 |
Color Harmonies of #BB4FF2
Complementary color
Monochromatic Colors of #BB4FF2
Black with #BB4FF2
Text Example
Text Example
White with #BB4FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4FF2; }
p { color: rgb(187,79,242); }
H1.HeaderClassName
{
color: #BB4FF2;
}
.AnyTagClassName
{
color: #BB4FF2;
}
</style>
background-color css
<style>
a { background-color: #BB4FF2; }
a { background-color: rgb(187,79,242); }
div.DivClassName
{
background-color: #BB4FF2;
}
.BgClassName
{
background-color: #BB4FF2;
}
</style>
border-color css
<style>
span { border-color: #BB4FF2; }
span { border-color: rgb(187,79,242); }
td.TdClassName
{
border-color: #BB4FF2;
}
.TagClassName
{
border-color: #BB4FF2;
}
</style>