Shades of Blue Violet #B136F7
Tints of Blue Violet #B136F7
RGB
CMYK
RGB Variations
Color information
#B136F7 (or 0xB136F7) is known color: Blue Violet. HEX triplet: B1, 36 and F7. RGB value is (177,54,247). Sum of RGB (Red+Green+Blue) = 177+54+247=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #B136F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B136F7 is #4EC908. Grayscale: #707070. Windows color (decimal): -5163273 or 16201393. OLE color: 16201393.
HSL color Cylindrical-coordinate representation of color #B136F7: hue angle of 278.24º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B136F7 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 54 | 247 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.03 |
| HSL | 278.24º | 0.92% | 0.59% | - |
| HSV(B) | 278.24º | 0.78% | 0.97% | - |
| XYZ | 36.24 | 18.7 | 89.7 | - |
| YUV | 112.78 | 203.75 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 247 | 0.28 | 0.78 | 0 | 0.03 | 278.24 | 0.92 | 0.59 |
| Hex | B1 | 36 | F7 | 1C | 4E | 0 | 3 | 116 | 5C | 3B |
| Octal | 261 | 66 | 367 | 34 | 116 | 0 | 3 | 426 | 134 | 73 |
| Binary | 10110001 | 110110 | 11110111 | 11100 | 1001110 | 0 | 11 | 100010110 | 1011100 | 111011 |
Color Harmonies of #B136F7
Complementary color
Monochromatic Colors of #B136F7
Black with #B136F7
Text Example
Text Example
White with #B136F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B136F7; }
p { color: rgb(177,54,247); }
H1.HeaderClassName
{
color: #B136F7;
}
.AnyTagClassName
{
color: #B136F7;
}
</style>
background-color css
<style>
a { background-color: #B136F7; }
a { background-color: rgb(177,54,247); }
div.DivClassName
{
background-color: #B136F7;
}
.BgClassName
{
background-color: #B136F7;
}
</style>
border-color css
<style>
span { border-color: #B136F7; }
span { border-color: rgb(177,54,247); }
td.TdClassName
{
border-color: #B136F7;
}
.TagClassName
{
border-color: #B136F7;
}
</style>