Shades of Medium Orchid #B35BCA
Tints of Medium Orchid #B35BCA
RGB
CMYK
RGB Variations
Color information
#B35BCA (or 0xB35BCA) is known color: Medium Orchid. HEX triplet: B3, 5B and CA. RGB value is (179,91,202). Sum of RGB (Red+Green+Blue) = 179+91+202=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #B35BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35BCA is #4CA435. Grayscale: #818181. Windows color (decimal): -5022774 or 13261747. OLE color: 13261747.
HSL color Cylindrical-coordinate representation of color #B35BCA: hue angle of 287.57º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35BCA is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 91 | 202 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.21 |
| HSL | 287.57º | 0.51% | 0.57% | - |
| HSV(B) | 287.57º | 0.55% | 0.79% | - |
| XYZ | 32.99 | 21.33 | 58.26 | - |
| YUV | 129.97 | 168.65 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 91 | 202 | 0.11 | 0.55 | 0 | 0.21 | 287.57 | 0.51 | 0.57 |
| Hex | B3 | 5B | CA | B | 37 | 0 | 15 | 120 | 33 | 39 |
| Octal | 263 | 133 | 312 | 13 | 67 | 0 | 25 | 440 | 63 | 71 |
| Binary | 10110011 | 1011011 | 11001010 | 1011 | 110111 | 0 | 10101 | 100100000 | 110011 | 111001 |
Color Harmonies of #B35BCA
Complementary color
Monochromatic Colors of #B35BCA
Black with #B35BCA
Text Example
Text Example
White with #B35BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35BCA; }
p { color: rgb(179,91,202); }
H1.HeaderClassName
{
color: #B35BCA;
}
.AnyTagClassName
{
color: #B35BCA;
}
</style>
background-color css
<style>
a { background-color: #B35BCA; }
a { background-color: rgb(179,91,202); }
div.DivClassName
{
background-color: #B35BCA;
}
.BgClassName
{
background-color: #B35BCA;
}
</style>
border-color css
<style>
span { border-color: #B35BCA; }
span { border-color: rgb(179,91,202); }
td.TdClassName
{
border-color: #B35BCA;
}
.TagClassName
{
border-color: #B35BCA;
}
</style>