Shades of Medium Orchid #B372D3
Tints of Medium Orchid #B372D3
RGB
CMYK
RGB Variations
Color information
#B372D3 (or 0xB372D3) is known color: Medium Orchid. HEX triplet: B3, 72 and D3. RGB value is (179,114,211). Sum of RGB (Red+Green+Blue) = 179+114+211=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 211 - color contains mainly: blue. Hex color #B372D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372D3 is #4C8D2C. Grayscale: #909090. Windows color (decimal): -5016877 or 13857459. OLE color: 13857459.
HSL color Cylindrical-coordinate representation of color #B372D3: hue angle of 280.21º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B372D3 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 114 | 211 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.17 |
| HSL | 280.21º | 0.52% | 0.64% | - |
| HSV(B) | 280.21º | 0.46% | 0.83% | - |
| XYZ | 36.37 | 26.32 | 64.79 | - |
| YUV | 144.49 | 165.53 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 211 | 0.15 | 0.46 | 0 | 0.17 | 280.21 | 0.52 | 0.64 |
| Hex | B3 | 72 | D3 | F | 2E | 0 | 11 | 118 | 34 | 40 |
| Octal | 263 | 162 | 323 | 17 | 56 | 0 | 21 | 430 | 64 | 100 |
| Binary | 10110011 | 1110010 | 11010011 | 1111 | 101110 | 0 | 10001 | 100011000 | 110100 | 1000000 |
Color Harmonies of #B372D3
Complementary color
Monochromatic Colors of #B372D3
Black with #B372D3
Text Example
Text Example
White with #B372D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B372D3; }
p { color: rgb(179,114,211); }
H1.HeaderClassName
{
color: #B372D3;
}
.AnyTagClassName
{
color: #B372D3;
}
</style>
background-color css
<style>
a { background-color: #B372D3; }
a { background-color: rgb(179,114,211); }
div.DivClassName
{
background-color: #B372D3;
}
.BgClassName
{
background-color: #B372D3;
}
</style>
border-color css
<style>
span { border-color: #B372D3; }
span { border-color: rgb(179,114,211); }
td.TdClassName
{
border-color: #B372D3;
}
.TagClassName
{
border-color: #B372D3;
}
</style>