Shades of Medium Orchid #B360CA
Tints of Medium Orchid #B360CA
RGB
CMYK
RGB Variations
Color information
#B360CA (or 0xB360CA) is known color: Medium Orchid. HEX triplet: B3, 60 and CA. RGB value is (179,96,202). Sum of RGB (Red+Green+Blue) = 179+96+202=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #B360CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360CA is #4C9F35. Grayscale: #848484. Windows color (decimal): -5021494 or 13263027. OLE color: 13263027.
HSL color Cylindrical-coordinate representation of color #B360CA: hue angle of 286.98º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B360CA is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 96 | 202 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.21 |
| HSL | 286.98º | 0.5% | 0.58% | - |
| HSV(B) | 286.98º | 0.52% | 0.79% | - |
| XYZ | 33.43 | 22.21 | 58.4 | - |
| YUV | 132.9 | 167 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 202 | 0.11 | 0.52 | 0 | 0.21 | 286.98 | 0.5 | 0.58 |
| Hex | B3 | 60 | CA | B | 34 | 0 | 15 | 11F | 32 | 3A |
| Octal | 263 | 140 | 312 | 13 | 64 | 0 | 25 | 437 | 62 | 72 |
| Binary | 10110011 | 1100000 | 11001010 | 1011 | 110100 | 0 | 10101 | 100011111 | 110010 | 111010 |
Color Harmonies of #B360CA
Complementary color
Monochromatic Colors of #B360CA
Black with #B360CA
Text Example
Text Example
White with #B360CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B360CA; }
p { color: rgb(179,96,202); }
H1.HeaderClassName
{
color: #B360CA;
}
.AnyTagClassName
{
color: #B360CA;
}
</style>
background-color css
<style>
a { background-color: #B360CA; }
a { background-color: rgb(179,96,202); }
div.DivClassName
{
background-color: #B360CA;
}
.BgClassName
{
background-color: #B360CA;
}
</style>
border-color css
<style>
span { border-color: #B360CA; }
span { border-color: rgb(179,96,202); }
td.TdClassName
{
border-color: #B360CA;
}
.TagClassName
{
border-color: #B360CA;
}
</style>