Shades of Medium Orchid #BB44D2
Tints of Medium Orchid #BB44D2
RGB
CMYK
RGB Variations
Color information
#BB44D2 (or 0xBB44D2) is known color: Medium Orchid. HEX triplet: BB, 44 and D2. RGB value is (187,68,210). Sum of RGB (Red+Green+Blue) = 187+68+210=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB44D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB44D2 is #44BB2D. Grayscale: #777777. Windows color (decimal): -4504366 or 13780155. OLE color: 13780155.
HSL color Cylindrical-coordinate representation of color #BB44D2: hue angle of 290.28º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB44D2 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 68 | 210 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.18 |
| HSL | 290.28º | 0.61% | 0.55% | - |
| HSV(B) | 290.28º | 0.68% | 0.82% | - |
| XYZ | 34.19 | 19.35 | 62.91 | - |
| YUV | 119.77 | 178.92 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 210 | 0.11 | 0.68 | 0 | 0.18 | 290.28 | 0.61 | 0.55 |
| Hex | BB | 44 | D2 | B | 44 | 0 | 12 | 122 | 3D | 37 |
| Octal | 273 | 104 | 322 | 13 | 104 | 0 | 22 | 442 | 75 | 67 |
| Binary | 10111011 | 1000100 | 11010010 | 1011 | 1000100 | 0 | 10010 | 100100010 | 111101 | 110111 |
Color Harmonies of #BB44D2
Complementary color
Monochromatic Colors of #BB44D2
Black with #BB44D2
Text Example
Text Example
White with #BB44D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB44D2; }
p { color: rgb(187,68,210); }
H1.HeaderClassName
{
color: #BB44D2;
}
.AnyTagClassName
{
color: #BB44D2;
}
</style>
background-color css
<style>
a { background-color: #BB44D2; }
a { background-color: rgb(187,68,210); }
div.DivClassName
{
background-color: #BB44D2;
}
.BgClassName
{
background-color: #BB44D2;
}
</style>
border-color css
<style>
span { border-color: #BB44D2; }
span { border-color: rgb(187,68,210); }
td.TdClassName
{
border-color: #BB44D2;
}
.TagClassName
{
border-color: #BB44D2;
}
</style>