Shades of Medium Orchid #BB44DA
Tints of Medium Orchid #BB44DA
RGB
CMYK
RGB Variations
Color information
#BB44DA (or 0xBB44DA) is known color: Medium Orchid. HEX triplet: BB, 44 and DA. RGB value is (187,68,218). Sum of RGB (Red+Green+Blue) = 187+68+218=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB44DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB44DA is #44BB25. Grayscale: #787878. Windows color (decimal): -4504358 or 14304443. OLE color: 14304443.
HSL color Cylindrical-coordinate representation of color #BB44DA: hue angle of 287.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB44DA is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 68 | 218 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.15 |
| HSL | 287.6º | 0.67% | 0.56% | - |
| HSV(B) | 287.6º | 0.69% | 0.85% | - |
| XYZ | 35.22 | 19.76 | 68.29 | - |
| YUV | 120.68 | 182.92 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 218 | 0.14 | 0.69 | 0 | 0.15 | 287.6 | 0.67 | 0.56 |
| Hex | BB | 44 | DA | E | 45 | 0 | F | 120 | 43 | 38 |
| Octal | 273 | 104 | 332 | 16 | 105 | 0 | 17 | 440 | 103 | 70 |
| Binary | 10111011 | 1000100 | 11011010 | 1110 | 1000101 | 0 | 1111 | 100100000 | 1000011 | 111000 |
Color Harmonies of #BB44DA
Complementary color
Monochromatic Colors of #BB44DA
Black with #BB44DA
Text Example
Text Example
White with #BB44DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB44DA; }
p { color: rgb(187,68,218); }
H1.HeaderClassName
{
color: #BB44DA;
}
.AnyTagClassName
{
color: #BB44DA;
}
</style>
background-color css
<style>
a { background-color: #BB44DA; }
a { background-color: rgb(187,68,218); }
div.DivClassName
{
background-color: #BB44DA;
}
.BgClassName
{
background-color: #BB44DA;
}
</style>
border-color css
<style>
span { border-color: #BB44DA; }
span { border-color: rgb(187,68,218); }
td.TdClassName
{
border-color: #BB44DA;
}
.TagClassName
{
border-color: #BB44DA;
}
</style>