Shades of Medium Orchid #BB41DA
Tints of Medium Orchid #BB41DA
RGB
CMYK
RGB Variations
Color information
#BB41DA (or 0xBB41DA) is known color: Medium Orchid. HEX triplet: BB, 41 and DA. RGB value is (187,65,218). Sum of RGB (Red+Green+Blue) = 187+65+218=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB41DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB41DA is #44BE25. Grayscale: #767676. Windows color (decimal): -4505126 or 14303675. OLE color: 14303675.
HSL color Cylindrical-coordinate representation of color #BB41DA: hue angle of 287.84º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB41DA is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 65 | 218 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.15 |
| HSL | 287.84º | 0.67% | 0.55% | - |
| HSV(B) | 287.84º | 0.7% | 0.85% | - |
| XYZ | 35.04 | 19.41 | 68.23 | - |
| YUV | 118.92 | 183.92 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 218 | 0.14 | 0.70 | 0 | 0.15 | 287.84 | 0.67 | 0.55 |
| Hex | BB | 41 | DA | E | 46 | 0 | F | 120 | 43 | 37 |
| Octal | 273 | 101 | 332 | 16 | 106 | 0 | 17 | 440 | 103 | 67 |
| Binary | 10111011 | 1000001 | 11011010 | 1110 | 1000110 | 0 | 1111 | 100100000 | 1000011 | 110111 |
Color Harmonies of #BB41DA
Complementary color
Monochromatic Colors of #BB41DA
Black with #BB41DA
Text Example
Text Example
White with #BB41DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB41DA; }
p { color: rgb(187,65,218); }
H1.HeaderClassName
{
color: #BB41DA;
}
.AnyTagClassName
{
color: #BB41DA;
}
</style>
background-color css
<style>
a { background-color: #BB41DA; }
a { background-color: rgb(187,65,218); }
div.DivClassName
{
background-color: #BB41DA;
}
.BgClassName
{
background-color: #BB41DA;
}
</style>
border-color css
<style>
span { border-color: #BB41DA; }
span { border-color: rgb(187,65,218); }
td.TdClassName
{
border-color: #BB41DA;
}
.TagClassName
{
border-color: #BB41DA;
}
</style>