Shades of Medium Orchid #B350CA
Tints of Medium Orchid #B350CA
RGB
CMYK
RGB Variations
Color information
#B350CA (or 0xB350CA) is known color: Medium Orchid. HEX triplet: B3, 50 and CA. RGB value is (179,80,202). Sum of RGB (Red+Green+Blue) = 179+80+202=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #B350CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B350CA is #4CAF35. Grayscale: #7B7B7B. Windows color (decimal): -5025590 or 13258931. OLE color: 13258931.
HSL color Cylindrical-coordinate representation of color #B350CA: hue angle of 288.69º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B350CA is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 80 | 202 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.21 |
| HSL | 288.69º | 0.54% | 0.55% | - |
| HSV(B) | 288.69º | 0.6% | 0.79% | - |
| XYZ | 32.12 | 19.59 | 57.96 | - |
| YUV | 123.51 | 172.3 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 202 | 0.11 | 0.60 | 0 | 0.21 | 288.69 | 0.54 | 0.55 |
| Hex | B3 | 50 | CA | B | 3C | 0 | 15 | 121 | 36 | 37 |
| Octal | 263 | 120 | 312 | 13 | 74 | 0 | 25 | 441 | 66 | 67 |
| Binary | 10110011 | 1010000 | 11001010 | 1011 | 111100 | 0 | 10101 | 100100001 | 110110 | 110111 |
Color Harmonies of #B350CA
Complementary color
Monochromatic Colors of #B350CA
Black with #B350CA
Text Example
Text Example
White with #B350CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B350CA; }
p { color: rgb(179,80,202); }
H1.HeaderClassName
{
color: #B350CA;
}
.AnyTagClassName
{
color: #B350CA;
}
</style>
background-color css
<style>
a { background-color: #B350CA; }
a { background-color: rgb(179,80,202); }
div.DivClassName
{
background-color: #B350CA;
}
.BgClassName
{
background-color: #B350CA;
}
</style>
border-color css
<style>
span { border-color: #B350CA; }
span { border-color: rgb(179,80,202); }
td.TdClassName
{
border-color: #B350CA;
}
.TagClassName
{
border-color: #B350CA;
}
</style>