Shades of Medium Orchid #BB3FDD
Tints of Medium Orchid #BB3FDD
RGB
CMYK
RGB Variations
Color information
#BB3FDD (or 0xBB3FDD) is known color: Medium Orchid. HEX triplet: BB, 3F and DD. RGB value is (187,63,221). Sum of RGB (Red+Green+Blue) = 187+63+221=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB3FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FDD is #44C022. Grayscale: #757575. Windows color (decimal): -4505635 or 14499771. OLE color: 14499771.
HSL color Cylindrical-coordinate representation of color #BB3FDD: hue angle of 287.09º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3FDD is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 63 | 221 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.13 |
| HSL | 287.09º | 0.7% | 0.56% | - |
| HSV(B) | 287.09º | 0.71% | 0.87% | - |
| XYZ | 35.32 | 19.34 | 70.28 | - |
| YUV | 118.09 | 186.08 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 221 | 0.15 | 0.71 | 0 | 0.13 | 287.09 | 0.7 | 0.56 |
| Hex | BB | 3F | DD | F | 47 | 0 | D | 11F | 46 | 38 |
| Octal | 273 | 77 | 335 | 17 | 107 | 0 | 15 | 437 | 106 | 70 |
| Binary | 10111011 | 111111 | 11011101 | 1111 | 1000111 | 0 | 1101 | 100011111 | 1000110 | 111000 |
Color Harmonies of #BB3FDD
Complementary color
Monochromatic Colors of #BB3FDD
Black with #BB3FDD
Text Example
Text Example
White with #BB3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3FDD; }
p { color: rgb(187,63,221); }
H1.HeaderClassName
{
color: #BB3FDD;
}
.AnyTagClassName
{
color: #BB3FDD;
}
</style>
background-color css
<style>
a { background-color: #BB3FDD; }
a { background-color: rgb(187,63,221); }
div.DivClassName
{
background-color: #BB3FDD;
}
.BgClassName
{
background-color: #BB3FDD;
}
</style>
border-color css
<style>
span { border-color: #BB3FDD; }
span { border-color: rgb(187,63,221); }
td.TdClassName
{
border-color: #BB3FDD;
}
.TagClassName
{
border-color: #BB3FDD;
}
</style>