Shades of Medium Orchid #BB34DC
Tints of Medium Orchid #BB34DC
RGB
CMYK
RGB Variations
Color information
#BB34DC (or 0xBB34DC) is known color: Medium Orchid. HEX triplet: BB, 34 and DC. RGB value is (187,52,220). Sum of RGB (Red+Green+Blue) = 187+52+220=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB34DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34DC is #44CB23. Grayscale: #6E6E6E. Windows color (decimal): -4508452 or 14431419. OLE color: 14431419.
HSL color Cylindrical-coordinate representation of color #BB34DC: hue angle of 288.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB34DC is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 52 | 220 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.14 |
| HSL | 288.21º | 0.71% | 0.53% | - |
| HSV(B) | 288.21º | 0.76% | 0.86% | - |
| XYZ | 34.64 | 18.19 | 69.4 | - |
| YUV | 111.52 | 189.23 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 220 | 0.15 | 0.76 | 0 | 0.14 | 288.21 | 0.71 | 0.53 |
| Hex | BB | 34 | DC | F | 4C | 0 | E | 120 | 47 | 35 |
| Octal | 273 | 64 | 334 | 17 | 114 | 0 | 16 | 440 | 107 | 65 |
| Binary | 10111011 | 110100 | 11011100 | 1111 | 1001100 | 0 | 1110 | 100100000 | 1000111 | 110101 |
Color Harmonies of #BB34DC
Complementary color
Monochromatic Colors of #BB34DC
Black with #BB34DC
Text Example
Text Example
White with #BB34DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB34DC; }
p { color: rgb(187,52,220); }
H1.HeaderClassName
{
color: #BB34DC;
}
.AnyTagClassName
{
color: #BB34DC;
}
</style>
background-color css
<style>
a { background-color: #BB34DC; }
a { background-color: rgb(187,52,220); }
div.DivClassName
{
background-color: #BB34DC;
}
.BgClassName
{
background-color: #BB34DC;
}
</style>
border-color css
<style>
span { border-color: #BB34DC; }
span { border-color: rgb(187,52,220); }
td.TdClassName
{
border-color: #BB34DC;
}
.TagClassName
{
border-color: #BB34DC;
}
</style>