Shades of Medium Orchid #B351CA
Tints of Medium Orchid #B351CA
RGB
CMYK
RGB Variations
Color information
#B351CA (or 0xB351CA) is known color: Medium Orchid. HEX triplet: B3, 51 and CA. RGB value is (179,81,202). Sum of RGB (Red+Green+Blue) = 179+81+202=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #B351CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351CA is #4CAE35. Grayscale: #7B7B7B. Windows color (decimal): -5025334 or 13259187. OLE color: 13259187.
HSL color Cylindrical-coordinate representation of color #B351CA: hue angle of 288.6º degrees, saturation: 0.53, 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 #B351CA is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 81 | 202 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.21 |
| HSL | 288.6º | 0.53% | 0.55% | - |
| HSV(B) | 288.6º | 0.6% | 0.79% | - |
| XYZ | 32.19 | 19.73 | 57.99 | - |
| YUV | 124.1 | 171.97 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 202 | 0.11 | 0.60 | 0 | 0.21 | 288.6 | 0.53 | 0.55 |
| Hex | B3 | 51 | CA | B | 3C | 0 | 15 | 121 | 35 | 37 |
| Octal | 263 | 121 | 312 | 13 | 74 | 0 | 25 | 441 | 65 | 67 |
| Binary | 10110011 | 1010001 | 11001010 | 1011 | 111100 | 0 | 10101 | 100100001 | 110101 | 110111 |
Color Harmonies of #B351CA
Complementary color
Monochromatic Colors of #B351CA
Black with #B351CA
Text Example
Text Example
White with #B351CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B351CA; }
p { color: rgb(179,81,202); }
H1.HeaderClassName
{
color: #B351CA;
}
.AnyTagClassName
{
color: #B351CA;
}
</style>
background-color css
<style>
a { background-color: #B351CA; }
a { background-color: rgb(179,81,202); }
div.DivClassName
{
background-color: #B351CA;
}
.BgClassName
{
background-color: #B351CA;
}
</style>
border-color css
<style>
span { border-color: #B351CA; }
span { border-color: rgb(179,81,202); }
td.TdClassName
{
border-color: #B351CA;
}
.TagClassName
{
border-color: #B351CA;
}
</style>