Shades of Medium Orchid #BB4FF0
Tints of Medium Orchid #BB4FF0
RGB
CMYK
RGB Variations
Color information
#BB4FF0 (or 0xBB4FF0) is known color: Medium Orchid. HEX triplet: BB, 4F and F0. RGB value is (187,79,240). Sum of RGB (Red+Green+Blue) = 187+79+240=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB4FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4FF0 is #44B00F. Grayscale: #818181. Windows color (decimal): -4501520 or 15749051. OLE color: 15749051.
HSL color Cylindrical-coordinate representation of color #BB4FF0: hue angle of 280.25º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB4FF0 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 79 | 240 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.06 |
| HSL | 280.25º | 0.84% | 0.63% | - |
| HSV(B) | 280.25º | 0.67% | 0.94% | - |
| XYZ | 39.02 | 22.45 | 84.71 | - |
| YUV | 129.65 | 190.28 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 240 | 0.22 | 0.67 | 0 | 0.06 | 280.25 | 0.84 | 0.63 |
| Hex | BB | 4F | F0 | 16 | 43 | 0 | 6 | 118 | 54 | 3F |
| Octal | 273 | 117 | 360 | 26 | 103 | 0 | 6 | 430 | 124 | 77 |
| Binary | 10111011 | 1001111 | 11110000 | 10110 | 1000011 | 0 | 110 | 100011000 | 1010100 | 111111 |
Color Harmonies of #BB4FF0
Complementary color
Monochromatic Colors of #BB4FF0
Black with #BB4FF0
Text Example
Text Example
White with #BB4FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4FF0; }
p { color: rgb(187,79,240); }
H1.HeaderClassName
{
color: #BB4FF0;
}
.AnyTagClassName
{
color: #BB4FF0;
}
</style>
background-color css
<style>
a { background-color: #BB4FF0; }
a { background-color: rgb(187,79,240); }
div.DivClassName
{
background-color: #BB4FF0;
}
.BgClassName
{
background-color: #BB4FF0;
}
</style>
border-color css
<style>
span { border-color: #BB4FF0; }
span { border-color: rgb(187,79,240); }
td.TdClassName
{
border-color: #BB4FF0;
}
.TagClassName
{
border-color: #BB4FF0;
}
</style>