Shades of Medium Orchid #B372D6
Tints of Medium Orchid #B372D6
RGB
CMYK
RGB Variations
Color information
#B372D6 (or 0xB372D6) is known color: Medium Orchid. HEX triplet: B3, 72 and D6. RGB value is (179,114,214). Sum of RGB (Red+Green+Blue) = 179+114+214=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #B372D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372D6 is #4C8D29. Grayscale: #909090. Windows color (decimal): -5016874 or 14054067. OLE color: 14054067.
HSL color Cylindrical-coordinate representation of color #B372D6: hue angle of 279º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B372D6 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 114 | 214 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.16 |
| HSL | 279º | 0.55% | 0.64% | - |
| HSV(B) | 279º | 0.47% | 0.84% | - |
| XYZ | 36.75 | 26.47 | 66.79 | - |
| YUV | 144.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 214 | 0.16 | 0.47 | 0 | 0.16 | 279 | 0.55 | 0.64 |
| Hex | B3 | 72 | D6 | 10 | 2F | 0 | 10 | 117 | 37 | 40 |
| Octal | 263 | 162 | 326 | 20 | 57 | 0 | 20 | 427 | 67 | 100 |
| Binary | 10110011 | 1110010 | 11010110 | 10000 | 101111 | 0 | 10000 | 100010111 | 110111 | 1000000 |
Color Harmonies of #B372D6
Complementary color
Monochromatic Colors of #B372D6
Black with #B372D6
Text Example
Text Example
White with #B372D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B372D6; }
p { color: rgb(179,114,214); }
H1.HeaderClassName
{
color: #B372D6;
}
.AnyTagClassName
{
color: #B372D6;
}
</style>
background-color css
<style>
a { background-color: #B372D6; }
a { background-color: rgb(179,114,214); }
div.DivClassName
{
background-color: #B372D6;
}
.BgClassName
{
background-color: #B372D6;
}
</style>
border-color css
<style>
span { border-color: #B372D6; }
span { border-color: rgb(179,114,214); }
td.TdClassName
{
border-color: #B372D6;
}
.TagClassName
{
border-color: #B372D6;
}
</style>