Shades of Medium Orchid #B370D6
Tints of Medium Orchid #B370D6
RGB
CMYK
RGB Variations
Color information
#B370D6 (or 0xB370D6) is known color: Medium Orchid. HEX triplet: B3, 70 and D6. RGB value is (179,112,214). Sum of RGB (Red+Green+Blue) = 179+112+214=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 214 - color contains mainly: blue. Hex color #B370D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370D6 is #4C8F29. Grayscale: #8F8F8F. Windows color (decimal): -5017386 or 14053555. OLE color: 14053555.
HSL color Cylindrical-coordinate representation of color #B370D6: hue angle of 279.41º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B370D6 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 112 | 214 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.16 |
| HSL | 279.41º | 0.55% | 0.64% | - |
| HSV(B) | 279.41º | 0.48% | 0.84% | - |
| XYZ | 36.52 | 26.03 | 66.72 | - |
| YUV | 143.66 | 167.7 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 214 | 0.16 | 0.48 | 0 | 0.16 | 279.41 | 0.55 | 0.64 |
| Hex | B3 | 70 | D6 | 10 | 30 | 0 | 10 | 117 | 37 | 40 |
| Octal | 263 | 160 | 326 | 20 | 60 | 0 | 20 | 427 | 67 | 100 |
| Binary | 10110011 | 1110000 | 11010110 | 10000 | 110000 | 0 | 10000 | 100010111 | 110111 | 1000000 |
Color Harmonies of #B370D6
Complementary color
Monochromatic Colors of #B370D6
Black with #B370D6
Text Example
Text Example
White with #B370D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370D6; }
p { color: rgb(179,112,214); }
H1.HeaderClassName
{
color: #B370D6;
}
.AnyTagClassName
{
color: #B370D6;
}
</style>
background-color css
<style>
a { background-color: #B370D6; }
a { background-color: rgb(179,112,214); }
div.DivClassName
{
background-color: #B370D6;
}
.BgClassName
{
background-color: #B370D6;
}
</style>
border-color css
<style>
span { border-color: #B370D6; }
span { border-color: rgb(179,112,214); }
td.TdClassName
{
border-color: #B370D6;
}
.TagClassName
{
border-color: #B370D6;
}
</style>