Shades of Medium Orchid #B362DF
Tints of Medium Orchid #B362DF
RGB
CMYK
RGB Variations
Color information
#B362DF (or 0xB362DF) is known color: Medium Orchid. HEX triplet: B3, 62 and DF. RGB value is (179,98,223). Sum of RGB (Red+Green+Blue) = 179+98+223=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #B362DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362DF is #4C9D20. Grayscale: #888888. Windows color (decimal): -5020961 or 14639795. OLE color: 14639795.
HSL color Cylindrical-coordinate representation of color #B362DF: hue angle of 278.88º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B362DF is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 98 | 223 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.13 |
| HSL | 278.88º | 0.66% | 0.63% | - |
| HSV(B) | 278.88º | 0.56% | 0.87% | - |
| XYZ | 36.28 | 23.65 | 72.46 | - |
| YUV | 136.47 | 176.84 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 223 | 0.20 | 0.56 | 0 | 0.13 | 278.88 | 0.66 | 0.63 |
| Hex | B3 | 62 | DF | 14 | 38 | 0 | D | 117 | 42 | 3F |
| Octal | 263 | 142 | 337 | 24 | 70 | 0 | 15 | 427 | 102 | 77 |
| Binary | 10110011 | 1100010 | 11011111 | 10100 | 111000 | 0 | 1101 | 100010111 | 1000010 | 111111 |
Color Harmonies of #B362DF
Complementary color
Monochromatic Colors of #B362DF
Black with #B362DF
Text Example
Text Example
White with #B362DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B362DF; }
p { color: rgb(179,98,223); }
H1.HeaderClassName
{
color: #B362DF;
}
.AnyTagClassName
{
color: #B362DF;
}
</style>
background-color css
<style>
a { background-color: #B362DF; }
a { background-color: rgb(179,98,223); }
div.DivClassName
{
background-color: #B362DF;
}
.BgClassName
{
background-color: #B362DF;
}
</style>
border-color css
<style>
span { border-color: #B362DF; }
span { border-color: rgb(179,98,223); }
td.TdClassName
{
border-color: #B362DF;
}
.TagClassName
{
border-color: #B362DF;
}
</style>