Shades of Medium Orchid #BB42D1
Tints of Medium Orchid #BB42D1
RGB
CMYK
RGB Variations
Color information
#BB42D1 (or 0xBB42D1) is known color: Medium Orchid. HEX triplet: BB, 42 and D1. RGB value is (187,66,209). Sum of RGB (Red+Green+Blue) = 187+66+209=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB42D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42D1 is #44BD2E. Grayscale: #767676. Windows color (decimal): -4504879 or 13714107. OLE color: 13714107.
HSL color Cylindrical-coordinate representation of color #BB42D1: hue angle of 290.77º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB42D1 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 66 | 209 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.18 |
| HSL | 290.77º | 0.61% | 0.54% | - |
| HSV(B) | 290.77º | 0.68% | 0.82% | - |
| XYZ | 33.95 | 19.06 | 62.21 | - |
| YUV | 118.48 | 179.09 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 209 | 0.11 | 0.68 | 0 | 0.18 | 290.77 | 0.61 | 0.54 |
| Hex | BB | 42 | D1 | B | 44 | 0 | 12 | 123 | 3D | 36 |
| Octal | 273 | 102 | 321 | 13 | 104 | 0 | 22 | 443 | 75 | 66 |
| Binary | 10111011 | 1000010 | 11010001 | 1011 | 1000100 | 0 | 10010 | 100100011 | 111101 | 110110 |
Color Harmonies of #BB42D1
Complementary color
Monochromatic Colors of #BB42D1
Black with #BB42D1
Text Example
Text Example
White with #BB42D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB42D1; }
p { color: rgb(187,66,209); }
H1.HeaderClassName
{
color: #BB42D1;
}
.AnyTagClassName
{
color: #BB42D1;
}
</style>
background-color css
<style>
a { background-color: #BB42D1; }
a { background-color: rgb(187,66,209); }
div.DivClassName
{
background-color: #BB42D1;
}
.BgClassName
{
background-color: #BB42D1;
}
</style>
border-color css
<style>
span { border-color: #BB42D1; }
span { border-color: rgb(187,66,209); }
td.TdClassName
{
border-color: #BB42D1;
}
.TagClassName
{
border-color: #BB42D1;
}
</style>