Shades of Medium Orchid #BB4FFD
Tints of Medium Orchid #BB4FFD
RGB
CMYK
RGB Variations
Color information
#BB4FFD (or 0xBB4FFD) is known color: Medium Orchid. HEX triplet: BB, 4F and FD. RGB value is (187,79,253). Sum of RGB (Red+Green+Blue) = 187+79+253=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 79 (31.25% from 255 or 15.22% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB4FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4FFD is #44B002. Grayscale: #828282. Windows color (decimal): -4501507 or 16601019. OLE color: 16601019.
HSL color Cylindrical-coordinate representation of color #BB4FFD: hue angle of 277.24º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB4FFD is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 79 | 253 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.01 |
| HSL | 277.24º | 0.98% | 0.65% | - |
| HSV(B) | 277.24º | 0.69% | 0.99% | - |
| XYZ | 41.02 | 23.25 | 95.25 | - |
| YUV | 131.13 | 196.78 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 253 | 0.26 | 0.69 | 0 | 0.01 | 277.24 | 0.98 | 0.65 |
| Hex | BB | 4F | FD | 1A | 45 | 0 | 1 | 115 | 62 | 41 |
| Octal | 273 | 117 | 375 | 32 | 105 | 0 | 1 | 425 | 142 | 101 |
| Binary | 10111011 | 1001111 | 11111101 | 11010 | 1000101 | 0 | 1 | 100010101 | 1100010 | 1000001 |
Color Harmonies of #BB4FFD
Complementary color
Monochromatic Colors of #BB4FFD
Black with #BB4FFD
Text Example
Text Example
White with #BB4FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4FFD; }
p { color: rgb(187,79,253); }
H1.HeaderClassName
{
color: #BB4FFD;
}
.AnyTagClassName
{
color: #BB4FFD;
}
</style>
background-color css
<style>
a { background-color: #BB4FFD; }
a { background-color: rgb(187,79,253); }
div.DivClassName
{
background-color: #BB4FFD;
}
.BgClassName
{
background-color: #BB4FFD;
}
</style>
border-color css
<style>
span { border-color: #BB4FFD; }
span { border-color: rgb(187,79,253); }
td.TdClassName
{
border-color: #BB4FFD;
}
.TagClassName
{
border-color: #BB4FFD;
}
</style>