Shades of Medium Orchid #BB36DA
Tints of Medium Orchid #BB36DA
RGB
CMYK
RGB Variations
Color information
#BB36DA (or 0xBB36DA) is known color: Medium Orchid. HEX triplet: BB, 36 and DA. RGB value is (187,54,218). Sum of RGB (Red+Green+Blue) = 187+54+218=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB36DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB36DA is #44C925. Grayscale: #6F6F6F. Windows color (decimal): -4507942 or 14300859. OLE color: 14300859.
HSL color Cylindrical-coordinate representation of color #BB36DA: hue angle of 288.66º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB36DA is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 54 | 218 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.15 |
| HSL | 288.66º | 0.69% | 0.53% | - |
| HSV(B) | 288.66º | 0.75% | 0.85% | - |
| XYZ | 34.47 | 18.27 | 68.04 | - |
| YUV | 112.46 | 187.56 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 218 | 0.14 | 0.75 | 0 | 0.15 | 288.66 | 0.69 | 0.53 |
| Hex | BB | 36 | DA | E | 4B | 0 | F | 121 | 45 | 35 |
| Octal | 273 | 66 | 332 | 16 | 113 | 0 | 17 | 441 | 105 | 65 |
| Binary | 10111011 | 110110 | 11011010 | 1110 | 1001011 | 0 | 1111 | 100100001 | 1000101 | 110101 |
Color Harmonies of #BB36DA
Complementary color
Monochromatic Colors of #BB36DA
Black with #BB36DA
Text Example
Text Example
White with #BB36DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB36DA; }
p { color: rgb(187,54,218); }
H1.HeaderClassName
{
color: #BB36DA;
}
.AnyTagClassName
{
color: #BB36DA;
}
</style>
background-color css
<style>
a { background-color: #BB36DA; }
a { background-color: rgb(187,54,218); }
div.DivClassName
{
background-color: #BB36DA;
}
.BgClassName
{
background-color: #BB36DA;
}
</style>
border-color css
<style>
span { border-color: #BB36DA; }
span { border-color: rgb(187,54,218); }
td.TdClassName
{
border-color: #BB36DA;
}
.TagClassName
{
border-color: #BB36DA;
}
</style>