Shades of Medium Orchid #B362CF
Tints of Medium Orchid #B362CF
RGB
CMYK
RGB Variations
Color information
#B362CF (or 0xB362CF) is known color: Medium Orchid. HEX triplet: B3, 62 and CF. RGB value is (179,98,207). Sum of RGB (Red+Green+Blue) = 179+98+207=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #B362CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362CF is #4C9D30. Grayscale: #868686. Windows color (decimal): -5020977 or 13591219. OLE color: 13591219.
HSL color Cylindrical-coordinate representation of color #B362CF: hue angle of 284.59º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B362CF is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 98 | 207 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.19 |
| HSL | 284.59º | 0.53% | 0.6% | - |
| HSV(B) | 284.59º | 0.53% | 0.81% | - |
| XYZ | 34.22 | 22.82 | 61.63 | - |
| YUV | 134.65 | 168.84 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 207 | 0.14 | 0.53 | 0 | 0.19 | 284.59 | 0.53 | 0.6 |
| Hex | B3 | 62 | CF | E | 35 | 0 | 13 | 11D | 35 | 3C |
| Octal | 263 | 142 | 317 | 16 | 65 | 0 | 23 | 435 | 65 | 74 |
| Binary | 10110011 | 1100010 | 11001111 | 1110 | 110101 | 0 | 10011 | 100011101 | 110101 | 111100 |
Color Harmonies of #B362CF
Complementary color
Monochromatic Colors of #B362CF
Black with #B362CF
Text Example
Text Example
White with #B362CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B362CF; }
p { color: rgb(179,98,207); }
H1.HeaderClassName
{
color: #B362CF;
}
.AnyTagClassName
{
color: #B362CF;
}
</style>
background-color css
<style>
a { background-color: #B362CF; }
a { background-color: rgb(179,98,207); }
div.DivClassName
{
background-color: #B362CF;
}
.BgClassName
{
background-color: #B362CF;
}
</style>
border-color css
<style>
span { border-color: #B362CF; }
span { border-color: rgb(179,98,207); }
td.TdClassName
{
border-color: #B362CF;
}
.TagClassName
{
border-color: #B362CF;
}
</style>