Shades of Medium Orchid #B15AFC
Tints of Medium Orchid #B15AFC
RGB
CMYK
RGB Variations
Color information
#B15AFC (or 0xB15AFC) is known color: Medium Orchid. HEX triplet: B1, 5A and FC. RGB value is (177,90,252). Sum of RGB (Red+Green+Blue) = 177+90+252=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #B15AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15AFC is #4EA503. Grayscale: #858585. Windows color (decimal): -5154052 or 16538289. OLE color: 16538289.
HSL color Cylindrical-coordinate representation of color #B15AFC: hue angle of 272.22º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B15AFC is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 90 | 252 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.01 |
| HSL | 272.22º | 0.96% | 0.67% | - |
| HSV(B) | 272.22º | 0.64% | 0.99% | - |
| XYZ | 39.36 | 23.69 | 94.59 | - |
| YUV | 134.48 | 194.32 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 90 | 252 | 0.30 | 0.64 | 0 | 0.01 | 272.22 | 0.96 | 0.67 |
| Hex | B1 | 5A | FC | 1E | 40 | 0 | 1 | 110 | 60 | 43 |
| Octal | 261 | 132 | 374 | 36 | 100 | 0 | 1 | 420 | 140 | 103 |
| Binary | 10110001 | 1011010 | 11111100 | 11110 | 1000000 | 0 | 1 | 100010000 | 1100000 | 1000011 |
Color Harmonies of #B15AFC
Complementary color
Monochromatic Colors of #B15AFC
Black with #B15AFC
Text Example
Text Example
White with #B15AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15AFC; }
p { color: rgb(177,90,252); }
H1.HeaderClassName
{
color: #B15AFC;
}
.AnyTagClassName
{
color: #B15AFC;
}
</style>
background-color css
<style>
a { background-color: #B15AFC; }
a { background-color: rgb(177,90,252); }
div.DivClassName
{
background-color: #B15AFC;
}
.BgClassName
{
background-color: #B15AFC;
}
</style>
border-color css
<style>
span { border-color: #B15AFC; }
span { border-color: rgb(177,90,252); }
td.TdClassName
{
border-color: #B15AFC;
}
.TagClassName
{
border-color: #B15AFC;
}
</style>