Shades of Medium Orchid #BB35D0
Tints of Medium Orchid #BB35D0
RGB
CMYK
RGB Variations
Color information
#BB35D0 (or 0xBB35D0) is known color: Medium Orchid. HEX triplet: BB, 35 and D0. RGB value is (187,53,208). Sum of RGB (Red+Green+Blue) = 187+53+208=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB35D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB35D0 is #44CA2F. Grayscale: #6E6E6E. Windows color (decimal): -4508208 or 13645243. OLE color: 13645243.
HSL color Cylindrical-coordinate representation of color #BB35D0: hue angle of 291.87º degrees, saturation: 0.62, 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 #BB35D0 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 53 | 208 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.18 |
| HSL | 291.87º | 0.62% | 0.51% | - |
| HSV(B) | 291.87º | 0.75% | 0.82% | - |
| XYZ | 33.15 | 17.67 | 61.34 | - |
| YUV | 110.74 | 182.89 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 208 | 0.10 | 0.75 | 0 | 0.18 | 291.87 | 0.62 | 0.51 |
| Hex | BB | 35 | D0 | A | 4B | 0 | 12 | 124 | 3E | 33 |
| Octal | 273 | 65 | 320 | 12 | 113 | 0 | 22 | 444 | 76 | 63 |
| Binary | 10111011 | 110101 | 11010000 | 1010 | 1001011 | 0 | 10010 | 100100100 | 111110 | 110011 |
Color Harmonies of #BB35D0
Complementary color
Monochromatic Colors of #BB35D0
Black with #BB35D0
Text Example
Text Example
White with #BB35D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB35D0; }
p { color: rgb(187,53,208); }
H1.HeaderClassName
{
color: #BB35D0;
}
.AnyTagClassName
{
color: #BB35D0;
}
</style>
background-color css
<style>
a { background-color: #BB35D0; }
a { background-color: rgb(187,53,208); }
div.DivClassName
{
background-color: #BB35D0;
}
.BgClassName
{
background-color: #BB35D0;
}
</style>
border-color css
<style>
span { border-color: #BB35D0; }
span { border-color: rgb(187,53,208); }
td.TdClassName
{
border-color: #BB35D0;
}
.TagClassName
{
border-color: #BB35D0;
}
</style>