Shades of Medium Orchid #B372D2
Tints of Medium Orchid #B372D2
RGB
CMYK
RGB Variations
Color information
#B372D2 (or 0xB372D2) is known color: Medium Orchid. HEX triplet: B3, 72 and D2. RGB value is (179,114,210). Sum of RGB (Red+Green+Blue) = 179+114+210=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 210 - color contains mainly: blue. Hex color #B372D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372D2 is #4C8D2D. Grayscale: #909090. Windows color (decimal): -5016878 or 13791923. OLE color: 13791923.
HSL color Cylindrical-coordinate representation of color #B372D2: hue angle of 280.62º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B372D2 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 114 | 210 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.18 |
| HSL | 280.63º | 0.52% | 0.64% | - |
| HSV(B) | 280.63º | 0.46% | 0.82% | - |
| XYZ | 36.24 | 26.27 | 64.13 | - |
| YUV | 144.38 | 165.03 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 210 | 0.15 | 0.46 | 0 | 0.18 | 280.63 | 0.52 | 0.64 |
| Hex | B3 | 72 | D2 | F | 2E | 0 | 12 | 119 | 34 | 40 |
| Octal | 263 | 162 | 322 | 17 | 56 | 0 | 22 | 431 | 64 | 100 |
| Binary | 10110011 | 1110010 | 11010010 | 1111 | 101110 | 0 | 10010 | 100011001 | 110100 | 1000000 |
Color Harmonies of #B372D2
Complementary color
Monochromatic Colors of #B372D2
Black with #B372D2
Text Example
Text Example
White with #B372D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B372D2; }
p { color: rgb(179,114,210); }
H1.HeaderClassName
{
color: #B372D2;
}
.AnyTagClassName
{
color: #B372D2;
}
</style>
background-color css
<style>
a { background-color: #B372D2; }
a { background-color: rgb(179,114,210); }
div.DivClassName
{
background-color: #B372D2;
}
.BgClassName
{
background-color: #B372D2;
}
</style>
border-color css
<style>
span { border-color: #B372D2; }
span { border-color: rgb(179,114,210); }
td.TdClassName
{
border-color: #B372D2;
}
.TagClassName
{
border-color: #B372D2;
}
</style>