Shades of Medium Orchid #B360D3
Tints of Medium Orchid #B360D3
RGB
CMYK
RGB Variations
Color information
#B360D3 (or 0xB360D3) is known color: Medium Orchid. HEX triplet: B3, 60 and D3. RGB value is (179,96,211). Sum of RGB (Red+Green+Blue) = 179+96+211=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #B360D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360D3 is #4C9F2C. Grayscale: #858585. Windows color (decimal): -5021485 or 13852851. OLE color: 13852851.
HSL color Cylindrical-coordinate representation of color #B360D3: hue angle of 283.3º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B360D3 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 96 | 211 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.17 |
| HSL | 283.3º | 0.57% | 0.6% | - |
| HSV(B) | 283.3º | 0.55% | 0.83% | - |
| XYZ | 34.53 | 22.65 | 64.18 | - |
| YUV | 133.93 | 171.5 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 211 | 0.15 | 0.55 | 0 | 0.17 | 283.3 | 0.57 | 0.6 |
| Hex | B3 | 60 | D3 | F | 37 | 0 | 11 | 11B | 39 | 3C |
| Octal | 263 | 140 | 323 | 17 | 67 | 0 | 21 | 433 | 71 | 74 |
| Binary | 10110011 | 1100000 | 11010011 | 1111 | 110111 | 0 | 10001 | 100011011 | 111001 | 111100 |
Color Harmonies of #B360D3
Complementary color
Monochromatic Colors of #B360D3
Black with #B360D3
Text Example
Text Example
White with #B360D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B360D3; }
p { color: rgb(179,96,211); }
H1.HeaderClassName
{
color: #B360D3;
}
.AnyTagClassName
{
color: #B360D3;
}
</style>
background-color css
<style>
a { background-color: #B360D3; }
a { background-color: rgb(179,96,211); }
div.DivClassName
{
background-color: #B360D3;
}
.BgClassName
{
background-color: #B360D3;
}
</style>
border-color css
<style>
span { border-color: #B360D3; }
span { border-color: rgb(179,96,211); }
td.TdClassName
{
border-color: #B360D3;
}
.TagClassName
{
border-color: #B360D3;
}
</style>