Shades of Medium Orchid #B151F2
Tints of Medium Orchid #B151F2
RGB
CMYK
RGB Variations
Color information
#B151F2 (or 0xB151F2) is known color: Medium Orchid. HEX triplet: B1, 51 and F2. RGB value is (177,81,242). Sum of RGB (Red+Green+Blue) = 177+81+242=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #B151F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B151F2 is #4EAE0D. Grayscale: #7F7F7F. Windows color (decimal): -5156366 or 15880625. OLE color: 15880625.
HSL color Cylindrical-coordinate representation of color #B151F2: hue angle of 275.78º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B151F2 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 81 | 242 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.05 |
| HSL | 275.78º | 0.86% | 0.63% | - |
| HSV(B) | 275.78º | 0.67% | 0.95% | - |
| XYZ | 37.1 | 21.64 | 86.23 | - |
| YUV | 128.06 | 192.3 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 242 | 0.27 | 0.67 | 0 | 0.05 | 275.78 | 0.86 | 0.63 |
| Hex | B1 | 51 | F2 | 1B | 43 | 0 | 5 | 114 | 56 | 3F |
| Octal | 261 | 121 | 362 | 33 | 103 | 0 | 5 | 424 | 126 | 77 |
| Binary | 10110001 | 1010001 | 11110010 | 11011 | 1000011 | 0 | 101 | 100010100 | 1010110 | 111111 |
Color Harmonies of #B151F2
Complementary color
Monochromatic Colors of #B151F2
Black with #B151F2
Text Example
Text Example
White with #B151F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B151F2; }
p { color: rgb(177,81,242); }
H1.HeaderClassName
{
color: #B151F2;
}
.AnyTagClassName
{
color: #B151F2;
}
</style>
background-color css
<style>
a { background-color: #B151F2; }
a { background-color: rgb(177,81,242); }
div.DivClassName
{
background-color: #B151F2;
}
.BgClassName
{
background-color: #B151F2;
}
</style>
border-color css
<style>
span { border-color: #B151F2; }
span { border-color: rgb(177,81,242); }
td.TdClassName
{
border-color: #B151F2;
}
.TagClassName
{
border-color: #B151F2;
}
</style>