#851BE1

Color #851BE1 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #851BE1

Tints of Blue Violet #851BE1

Color information

#851BE1 (or 0x851BE1) is unknown color: approx Blue Violet. HEX triplet: 85, 1B and E1. RGB value is (133,27,225). Sum of RGB (Red+Green+Blue) = 133+27+225=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 225 (88.28% from 255 or 58.44% from 385); Max value from RGB is 225 - color contains mainly: blue. Hex color #851BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851BE1 is #7AE41E. Grayscale: #505050. Windows color (decimal): -8053791 or 14752645. OLE color: 14752645.

HSL color Cylindrical-coordinate representation of color #851BE1: hue angle of 272.12º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851BE1 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13327225-
CMYK0.410.8800.12
HSL272.12º78.57%49.41%-
HSV(B)272.12º88%88.24%-
XYZ23.6611.2172.15-
YUV81.27209.12164.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 27 (10.94% from 255) = 7.01%
BLUE value IS 225 (88.28% from 255) = 58.44%
R=34.55%
G=7.01%
B=58.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal133272250.410.8800.12272.1278.5749.41
Hex851BE129580C1104f31
Octal205333415113001442011761
Binary1000010111011111000011010011011000011001000100001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851BE1; }

 p { color: rgb(133,27,225); }

 H1.HeaderClassName
 {
   color: #851BE1;
 }
 .AnyTagClassName
 {
   color: #851BE1;
 }
</style>
background-color css

<style>
 a { background-color: #851BE1; }

 a { background-color: rgb(133,27,225); }

 div.DivClassName
 {
   background-color: #851BE1;
 }
 .BgClassName
 {
   background-color: #851BE1;
 }
</style>
border-color css

<style>
 span { border-color: #851BE1; }

 span { border-color: rgb(133,27,225); }

 td.TdClassName
 {
   border-color: #851BE1;
 }
 .TagClassName
 {
   border-color: #851BE1;
 }
</style>