Shades of Medium Orchid #BB4FDA
Tints of Medium Orchid #BB4FDA
RGB
CMYK
RGB Variations
Color information
#BB4FDA (or 0xBB4FDA) is known color: Medium Orchid. HEX triplet: BB, 4F and DA. RGB value is (187,79,218). Sum of RGB (Red+Green+Blue) = 187+79+218=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB4FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4FDA is #44B025. Grayscale: #7E7E7E. Windows color (decimal): -4501542 or 14307259. OLE color: 14307259.
HSL color Cylindrical-coordinate representation of color #BB4FDA: hue angle of 286.62º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4FDA is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 79 | 218 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.15 |
| HSL | 286.62º | 0.65% | 0.58% | - |
| HSV(B) | 286.62º | 0.64% | 0.85% | - |
| XYZ | 35.94 | 21.22 | 68.53 | - |
| YUV | 127.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 218 | 0.14 | 0.64 | 0 | 0.15 | 286.62 | 0.65 | 0.58 |
| Hex | BB | 4F | DA | E | 40 | 0 | F | 11F | 41 | 3A |
| Octal | 273 | 117 | 332 | 16 | 100 | 0 | 17 | 437 | 101 | 72 |
| Binary | 10111011 | 1001111 | 11011010 | 1110 | 1000000 | 0 | 1111 | 100011111 | 1000001 | 111010 |
Color Harmonies of #BB4FDA
Complementary color
Monochromatic Colors of #BB4FDA
Black with #BB4FDA
Text Example
Text Example
White with #BB4FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4FDA; }
p { color: rgb(187,79,218); }
H1.HeaderClassName
{
color: #BB4FDA;
}
.AnyTagClassName
{
color: #BB4FDA;
}
</style>
background-color css
<style>
a { background-color: #BB4FDA; }
a { background-color: rgb(187,79,218); }
div.DivClassName
{
background-color: #BB4FDA;
}
.BgClassName
{
background-color: #BB4FDA;
}
</style>
border-color css
<style>
span { border-color: #BB4FDA; }
span { border-color: rgb(187,79,218); }
td.TdClassName
{
border-color: #BB4FDA;
}
.TagClassName
{
border-color: #BB4FDA;
}
</style>