Shades of Medium Orchid #B15AF1
Tints of Medium Orchid #B15AF1
RGB
CMYK
RGB Variations
Color information
#B15AF1 (or 0xB15AF1) is known color: Medium Orchid. HEX triplet: B1, 5A and F1. RGB value is (177,90,241). Sum of RGB (Red+Green+Blue) = 177+90+241=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #B15AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15AF1 is #4EA50E. Grayscale: #848484. Windows color (decimal): -5154063 or 15817393. OLE color: 15817393.
HSL color Cylindrical-coordinate representation of color #B15AF1: hue angle of 274.57º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B15AF1 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 90 | 241 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.05 |
| HSL | 274.57º | 0.84% | 0.65% | - |
| HSV(B) | 274.57º | 0.63% | 0.95% | - |
| XYZ | 37.66 | 23.01 | 85.68 | - |
| YUV | 133.23 | 188.82 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 90 | 241 | 0.27 | 0.63 | 0 | 0.05 | 274.57 | 0.84 | 0.65 |
| Hex | B1 | 5A | F1 | 1B | 3F | 0 | 5 | 113 | 54 | 41 |
| Octal | 261 | 132 | 361 | 33 | 77 | 0 | 5 | 423 | 124 | 101 |
| Binary | 10110001 | 1011010 | 11110001 | 11011 | 111111 | 0 | 101 | 100010011 | 1010100 | 1000001 |
Color Harmonies of #B15AF1
Complementary color
Monochromatic Colors of #B15AF1
Black with #B15AF1
Text Example
Text Example
White with #B15AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15AF1; }
p { color: rgb(177,90,241); }
H1.HeaderClassName
{
color: #B15AF1;
}
.AnyTagClassName
{
color: #B15AF1;
}
</style>
background-color css
<style>
a { background-color: #B15AF1; }
a { background-color: rgb(177,90,241); }
div.DivClassName
{
background-color: #B15AF1;
}
.BgClassName
{
background-color: #B15AF1;
}
</style>
border-color css
<style>
span { border-color: #B15AF1; }
span { border-color: rgb(177,90,241); }
td.TdClassName
{
border-color: #B15AF1;
}
.TagClassName
{
border-color: #B15AF1;
}
</style>