Shades of Blue Violet #B138FA
Tints of Blue Violet #B138FA
RGB
CMYK
RGB Variations
Color information
#B138FA (or 0xB138FA) is known color: Blue Violet. HEX triplet: B1, 38 and FA. RGB value is (177,56,250). Sum of RGB (Red+Green+Blue) = 177+56+250=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 56 (22.27% from 255 or 11.59% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #B138FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B138FA is #4EC705. Grayscale: #717171. Windows color (decimal): -5162758 or 16398513. OLE color: 16398513.
HSL color Cylindrical-coordinate representation of color #B138FA: hue angle of 277.42º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B138FA is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 56 | 250 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.02 |
| HSL | 277.42º | 0.95% | 0.6% | - |
| HSV(B) | 277.42º | 0.78% | 0.98% | - |
| XYZ | 36.8 | 19.08 | 92.19 | - |
| YUV | 114.3 | 204.59 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 250 | 0.29 | 0.78 | 0 | 0.02 | 277.42 | 0.95 | 0.6 |
| Hex | B1 | 38 | FA | 1D | 4E | 0 | 2 | 115 | 5F | 3C |
| Octal | 261 | 70 | 372 | 35 | 116 | 0 | 2 | 425 | 137 | 74 |
| Binary | 10110001 | 111000 | 11111010 | 11101 | 1001110 | 0 | 10 | 100010101 | 1011111 | 111100 |
Color Harmonies of #B138FA
Complementary color
Monochromatic Colors of #B138FA
Black with #B138FA
Text Example
Text Example
White with #B138FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B138FA; }
p { color: rgb(177,56,250); }
H1.HeaderClassName
{
color: #B138FA;
}
.AnyTagClassName
{
color: #B138FA;
}
</style>
background-color css
<style>
a { background-color: #B138FA; }
a { background-color: rgb(177,56,250); }
div.DivClassName
{
background-color: #B138FA;
}
.BgClassName
{
background-color: #B138FA;
}
</style>
border-color css
<style>
span { border-color: #B138FA; }
span { border-color: rgb(177,56,250); }
td.TdClassName
{
border-color: #B138FA;
}
.TagClassName
{
border-color: #B138FA;
}
</style>