Shades of Medium Orchid #B15BCA
Tints of Medium Orchid #B15BCA
RGB
CMYK
RGB Variations
Color information
#B15BCA (or 0xB15BCA) is known color: Medium Orchid. HEX triplet: B1, 5B and CA. RGB value is (177,91,202). Sum of RGB (Red+Green+Blue) = 177+91+202=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #B15BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15BCA is #4EA435. Grayscale: #818181. Windows color (decimal): -5153846 or 13261745. OLE color: 13261745.
HSL color Cylindrical-coordinate representation of color #B15BCA: hue angle of 286.49º 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 #B15BCA is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 91 | 202 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.21 |
| HSL | 286.49º | 0.51% | 0.57% | - |
| HSV(B) | 286.49º | 0.55% | 0.79% | - |
| XYZ | 32.53 | 21.09 | 58.23 | - |
| YUV | 129.37 | 168.99 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 202 | 0.12 | 0.55 | 0 | 0.21 | 286.49 | 0.51 | 0.57 |
| Hex | B1 | 5B | CA | C | 37 | 0 | 15 | 11E | 33 | 39 |
| Octal | 261 | 133 | 312 | 14 | 67 | 0 | 25 | 436 | 63 | 71 |
| Binary | 10110001 | 1011011 | 11001010 | 1100 | 110111 | 0 | 10101 | 100011110 | 110011 | 111001 |
Color Harmonies of #B15BCA
Complementary color
Monochromatic Colors of #B15BCA
Black with #B15BCA
Text Example
Text Example
White with #B15BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15BCA; }
p { color: rgb(177,91,202); }
H1.HeaderClassName
{
color: #B15BCA;
}
.AnyTagClassName
{
color: #B15BCA;
}
</style>
background-color css
<style>
a { background-color: #B15BCA; }
a { background-color: rgb(177,91,202); }
div.DivClassName
{
background-color: #B15BCA;
}
.BgClassName
{
background-color: #B15BCA;
}
</style>
border-color css
<style>
span { border-color: #B15BCA; }
span { border-color: rgb(177,91,202); }
td.TdClassName
{
border-color: #B15BCA;
}
.TagClassName
{
border-color: #B15BCA;
}
</style>