Shades of Medium Orchid #BB34D1
Tints of Medium Orchid #BB34D1
RGB
CMYK
RGB Variations
Color information
#BB34D1 (or 0xBB34D1) is known color: Medium Orchid. HEX triplet: BB, 34 and D1. RGB value is (187,52,209). Sum of RGB (Red+Green+Blue) = 187+52+209=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB34D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34D1 is #44CB2E. Grayscale: #6D6D6D. Windows color (decimal): -4508463 or 13710523. OLE color: 13710523.
HSL color Cylindrical-coordinate representation of color #BB34D1: hue angle of 291.59º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB34D1 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 52 | 209 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.18 |
| HSL | 291.59º | 0.63% | 0.51% | - |
| HSV(B) | 291.59º | 0.75% | 0.82% | - |
| XYZ | 33.23 | 17.62 | 61.97 | - |
| YUV | 110.26 | 183.73 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 209 | 0.11 | 0.75 | 0 | 0.18 | 291.59 | 0.63 | 0.51 |
| Hex | BB | 34 | D1 | B | 4B | 0 | 12 | 124 | 3F | 33 |
| Octal | 273 | 64 | 321 | 13 | 113 | 0 | 22 | 444 | 77 | 63 |
| Binary | 10111011 | 110100 | 11010001 | 1011 | 1001011 | 0 | 10010 | 100100100 | 111111 | 110011 |
Color Harmonies of #BB34D1
Complementary color
Monochromatic Colors of #BB34D1
Black with #BB34D1
Text Example
Text Example
White with #BB34D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB34D1; }
p { color: rgb(187,52,209); }
H1.HeaderClassName
{
color: #BB34D1;
}
.AnyTagClassName
{
color: #BB34D1;
}
</style>
background-color css
<style>
a { background-color: #BB34D1; }
a { background-color: rgb(187,52,209); }
div.DivClassName
{
background-color: #BB34D1;
}
.BgClassName
{
background-color: #BB34D1;
}
</style>
border-color css
<style>
span { border-color: #BB34D1; }
span { border-color: rgb(187,52,209); }
td.TdClassName
{
border-color: #BB34D1;
}
.TagClassName
{
border-color: #BB34D1;
}
</style>