Shades of Medium Orchid #BB48DA
Tints of Medium Orchid #BB48DA
RGB
CMYK
RGB Variations
Color information
#BB48DA (or 0xBB48DA) is known color: Medium Orchid. HEX triplet: BB, 48 and DA. RGB value is (187,72,218). Sum of RGB (Red+Green+Blue) = 187+72+218=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB48DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB48DA is #44B725. Grayscale: #7A7A7A. Windows color (decimal): -4503334 or 14305467. OLE color: 14305467.
HSL color Cylindrical-coordinate representation of color #BB48DA: hue angle of 287.26º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB48DA is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 72 | 218 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.15 |
| HSL | 287.26º | 0.66% | 0.57% | - |
| HSV(B) | 287.26º | 0.67% | 0.85% | - |
| XYZ | 35.47 | 20.26 | 68.37 | - |
| YUV | 123.03 | 181.6 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 218 | 0.14 | 0.67 | 0 | 0.15 | 287.26 | 0.66 | 0.57 |
| Hex | BB | 48 | DA | E | 43 | 0 | F | 11F | 42 | 39 |
| Octal | 273 | 110 | 332 | 16 | 103 | 0 | 17 | 437 | 102 | 71 |
| Binary | 10111011 | 1001000 | 11011010 | 1110 | 1000011 | 0 | 1111 | 100011111 | 1000010 | 111001 |
Color Harmonies of #BB48DA
Complementary color
Monochromatic Colors of #BB48DA
Black with #BB48DA
Text Example
Text Example
White with #BB48DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB48DA; }
p { color: rgb(187,72,218); }
H1.HeaderClassName
{
color: #BB48DA;
}
.AnyTagClassName
{
color: #BB48DA;
}
</style>
background-color css
<style>
a { background-color: #BB48DA; }
a { background-color: rgb(187,72,218); }
div.DivClassName
{
background-color: #BB48DA;
}
.BgClassName
{
background-color: #BB48DA;
}
</style>
border-color css
<style>
span { border-color: #BB48DA; }
span { border-color: rgb(187,72,218); }
td.TdClassName
{
border-color: #BB48DA;
}
.TagClassName
{
border-color: #BB48DA;
}
</style>