Shades of Medium Orchid #BB4DF0
Tints of Medium Orchid #BB4DF0
RGB
CMYK
RGB Variations
Color information
#BB4DF0 (or 0xBB4DF0) is known color: Medium Orchid. HEX triplet: BB, 4D and F0. RGB value is (187,77,240). Sum of RGB (Red+Green+Blue) = 187+77+240=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB4DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4DF0 is #44B20F. Grayscale: #7F7F7F. Windows color (decimal): -4502032 or 15748539. OLE color: 15748539.
HSL color Cylindrical-coordinate representation of color #BB4DF0: hue angle of 280.49º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB4DF0 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 77 | 240 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.06 |
| HSL | 280.49º | 0.84% | 0.62% | - |
| HSV(B) | 280.49º | 0.68% | 0.94% | - |
| XYZ | 38.88 | 22.16 | 84.67 | - |
| YUV | 128.47 | 190.94 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 240 | 0.22 | 0.68 | 0 | 0.06 | 280.49 | 0.84 | 0.62 |
| Hex | BB | 4D | F0 | 16 | 44 | 0 | 6 | 118 | 54 | 3E |
| Octal | 273 | 115 | 360 | 26 | 104 | 0 | 6 | 430 | 124 | 76 |
| Binary | 10111011 | 1001101 | 11110000 | 10110 | 1000100 | 0 | 110 | 100011000 | 1010100 | 111110 |
Color Harmonies of #BB4DF0
Complementary color
Monochromatic Colors of #BB4DF0
Black with #BB4DF0
Text Example
Text Example
White with #BB4DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4DF0; }
p { color: rgb(187,77,240); }
H1.HeaderClassName
{
color: #BB4DF0;
}
.AnyTagClassName
{
color: #BB4DF0;
}
</style>
background-color css
<style>
a { background-color: #BB4DF0; }
a { background-color: rgb(187,77,240); }
div.DivClassName
{
background-color: #BB4DF0;
}
.BgClassName
{
background-color: #BB4DF0;
}
</style>
border-color css
<style>
span { border-color: #BB4DF0; }
span { border-color: rgb(187,77,240); }
td.TdClassName
{
border-color: #BB4DF0;
}
.TagClassName
{
border-color: #BB4DF0;
}
</style>