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