Shades of Medium Orchid #B372CF
Tints of Medium Orchid #B372CF
RGB
CMYK
RGB Variations
Color information
#B372CF (or 0xB372CF) is known color: Medium Orchid. HEX triplet: B3, 72 and CF. RGB value is (179,114,207). Sum of RGB (Red+Green+Blue) = 179+114+207=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #B372CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372CF is #4C8D30. Grayscale: #8F8F8F. Windows color (decimal): -5016881 or 13595315. OLE color: 13595315.
HSL color Cylindrical-coordinate representation of color #B372CF: hue angle of 281.94º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B372CF is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 114 | 207 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.19 |
| HSL | 281.94º | 0.49% | 0.63% | - |
| HSV(B) | 281.94º | 0.45% | 0.81% | - |
| XYZ | 35.87 | 26.12 | 62.18 | - |
| YUV | 144.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 207 | 0.14 | 0.45 | 0 | 0.19 | 281.94 | 0.49 | 0.63 |
| Hex | B3 | 72 | CF | E | 2D | 0 | 13 | 11A | 31 | 3F |
| Octal | 263 | 162 | 317 | 16 | 55 | 0 | 23 | 432 | 61 | 77 |
| Binary | 10110011 | 1110010 | 11001111 | 1110 | 101101 | 0 | 10011 | 100011010 | 110001 | 111111 |
Color Harmonies of #B372CF
Complementary color
Monochromatic Colors of #B372CF
Black with #B372CF
Text Example
Text Example
White with #B372CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B372CF; }
p { color: rgb(179,114,207); }
H1.HeaderClassName
{
color: #B372CF;
}
.AnyTagClassName
{
color: #B372CF;
}
</style>
background-color css
<style>
a { background-color: #B372CF; }
a { background-color: rgb(179,114,207); }
div.DivClassName
{
background-color: #B372CF;
}
.BgClassName
{
background-color: #B372CF;
}
</style>
border-color css
<style>
span { border-color: #B372CF; }
span { border-color: rgb(179,114,207); }
td.TdClassName
{
border-color: #B372CF;
}
.TagClassName
{
border-color: #B372CF;
}
</style>