Shades of Medium Orchid #BB34CC
Tints of Medium Orchid #BB34CC
RGB
CMYK
RGB Variations
Color information
#BB34CC (or 0xBB34CC) is known color: Medium Orchid. HEX triplet: BB, 34 and CC. RGB value is (187,52,204). Sum of RGB (Red+Green+Blue) = 187+52+204=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB34CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34CC is #44CB33. Grayscale: #6D6D6D. Windows color (decimal): -4508468 or 13382843. OLE color: 13382843.
HSL color Cylindrical-coordinate representation of color #BB34CC: hue angle of 293.29º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB34CC is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 52 | 204 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.2 |
| HSL | 293.29º | 0.6% | 0.5% | - |
| HSV(B) | 293.29º | 0.75% | 0.8% | - |
| XYZ | 32.62 | 17.38 | 58.76 | - |
| YUV | 109.69 | 181.23 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 204 | 0.08 | 0.75 | 0 | 0.2 | 293.29 | 0.6 | 0.5 |
| Hex | BB | 34 | CC | 8 | 4B | 0 | 14 | 125 | 3C | 32 |
| Octal | 273 | 64 | 314 | 10 | 113 | 0 | 24 | 445 | 74 | 62 |
| Binary | 10111011 | 110100 | 11001100 | 1000 | 1001011 | 0 | 10100 | 100100101 | 111100 | 110010 |
Color Harmonies of #BB34CC
Complementary color
Monochromatic Colors of #BB34CC
Black with #BB34CC
Text Example
Text Example
White with #BB34CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB34CC; }
p { color: rgb(187,52,204); }
H1.HeaderClassName
{
color: #BB34CC;
}
.AnyTagClassName
{
color: #BB34CC;
}
</style>
background-color css
<style>
a { background-color: #BB34CC; }
a { background-color: rgb(187,52,204); }
div.DivClassName
{
background-color: #BB34CC;
}
.BgClassName
{
background-color: #BB34CC;
}
</style>
border-color css
<style>
span { border-color: #BB34CC; }
span { border-color: rgb(187,52,204); }
td.TdClassName
{
border-color: #BB34CC;
}
.TagClassName
{
border-color: #BB34CC;
}
</style>