Shades of Blue Violet #851BFC
Tints of Blue Violet #851BFC
RGB
CMYK
RGB Variations
Color information
#851BFC (or 0x851BFC) is known color: Blue Violet. HEX triplet: 85, 1B and FC. RGB value is (133,27,252). Sum of RGB (Red+Green+Blue) = 133+27+252=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #851BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851BFC is #7AE403. Grayscale: #535353. Windows color (decimal): -8053764 or 16522117. OLE color: 16522117.
HSL color Cylindrical-coordinate representation of color #851BFC: hue angle of 268.27º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851BFC is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 27 | 252 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.01 |
| HSL | 268.27º | 0.97% | 0.55% | - |
| HSV(B) | 268.27º | 0.89% | 0.99% | - |
| XYZ | 27.64 | 12.8 | 93.11 | - |
| YUV | 84.34 | 222.62 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 252 | 0.47 | 0.89 | 0 | 0.01 | 268.27 | 0.97 | 0.55 |
| Hex | 85 | 1B | FC | 2F | 59 | 0 | 1 | 10C | 61 | 37 |
| Octal | 205 | 33 | 374 | 57 | 131 | 0 | 1 | 414 | 141 | 67 |
| Binary | 10000101 | 11011 | 11111100 | 101111 | 1011001 | 0 | 1 | 100001100 | 1100001 | 110111 |
Color Harmonies of #851BFC
Complementary color
Monochromatic Colors of #851BFC
Black with #851BFC
Text Example
Text Example
White with #851BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851BFC; }
p { color: rgb(133,27,252); }
H1.HeaderClassName
{
color: #851BFC;
}
.AnyTagClassName
{
color: #851BFC;
}
</style>
background-color css
<style>
a { background-color: #851BFC; }
a { background-color: rgb(133,27,252); }
div.DivClassName
{
background-color: #851BFC;
}
.BgClassName
{
background-color: #851BFC;
}
</style>
border-color css
<style>
span { border-color: #851BFC; }
span { border-color: rgb(133,27,252); }
td.TdClassName
{
border-color: #851BFC;
}
.TagClassName
{
border-color: #851BFC;
}
</style>