Shades of Medium Orchid #B372D0
Tints of Medium Orchid #B372D0
RGB
CMYK
RGB Variations
Color information
#B372D0 (or 0xB372D0) is known color: Medium Orchid. HEX triplet: B3, 72 and D0. RGB value is (179,114,208). Sum of RGB (Red+Green+Blue) = 179+114+208=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #B372D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372D0 is #4C8D2F. Grayscale: #8F8F8F. Windows color (decimal): -5016880 or 13660851. OLE color: 13660851.
HSL color Cylindrical-coordinate representation of color #B372D0: hue angle of 281.49º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B372D0 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 114 | 208 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.18 |
| HSL | 281.49º | 0.5% | 0.63% | - |
| HSV(B) | 281.49º | 0.45% | 0.82% | - |
| XYZ | 35.99 | 26.17 | 62.83 | - |
| YUV | 144.15 | 164.03 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 208 | 0.14 | 0.45 | 0 | 0.18 | 281.49 | 0.5 | 0.63 |
| Hex | B3 | 72 | D0 | E | 2D | 0 | 12 | 119 | 32 | 3F |
| Octal | 263 | 162 | 320 | 16 | 55 | 0 | 22 | 431 | 62 | 77 |
| Binary | 10110011 | 1110010 | 11010000 | 1110 | 101101 | 0 | 10010 | 100011001 | 110010 | 111111 |
Color Harmonies of #B372D0
Complementary color
Monochromatic Colors of #B372D0
Black with #B372D0
Text Example
Text Example
White with #B372D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B372D0; }
p { color: rgb(179,114,208); }
H1.HeaderClassName
{
color: #B372D0;
}
.AnyTagClassName
{
color: #B372D0;
}
</style>
background-color css
<style>
a { background-color: #B372D0; }
a { background-color: rgb(179,114,208); }
div.DivClassName
{
background-color: #B372D0;
}
.BgClassName
{
background-color: #B372D0;
}
</style>
border-color css
<style>
span { border-color: #B372D0; }
span { border-color: rgb(179,114,208); }
td.TdClassName
{
border-color: #B372D0;
}
.TagClassName
{
border-color: #B372D0;
}
</style>