Html Css Color HEX #851BEE Blue Violet

📋 copy color: '#851BEE'

red 133 ◦ green 27 ◦ blue 238

#851BEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #851BEE

Tints of Blue Violet #851BEE

RGB

 RED value IS 133 (52.34% from 255) = 33.42%

 GREEN value IS 27 (10.94% from 255) = 6.78%

 BLUE value IS 238 (93.36% from 255) = 59.8%

R = 33.42%
G = 6.78%
B = 59.8%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#851BEE (or 0x851BEE) is known color: Blue Violet. HEX triplet: 85, 1B and EE. RGB value is (133,27,238). Sum of RGB (Red+Green+Blue) = 133+27+238=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #851BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851BEE is #7AE411. Grayscale: #525252. Windows color (decimal): -8053778 or 15604613. OLE color: 15604613.

HSL color Cylindrical-coordinate representation of color #851BEE: hue angle of 270.14º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851BEE is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 27 238 -
CMYK 0.44 0.89 0 0.07
HSL 270.14º 0.86% 0.52% -
HSV(B) 270.14º 0.89% 0.93% -
XYZ 25.5 11.94 81.85 -
YUV 82.75 215.62 163.84 -
System Red Green Blue C M Y K H S L
Decimal 133 27 238 0.44 0.89 0 0.07 270.14 0.86 0.52
Hex 85 1B EE 2C 59 0 7 10E 56 34
Octal 205 33 356 54 131 0 7 416 126 64
Binary 10000101 11011 11101110 101100 1011001 0 111 100001110 1010110 110100

Color Harmonies of #851BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851BEE

Black with #851BEE

Text Example


Text Example

White with #851BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #851BEE;
 }
 .AnyTagClassName
 {
   color: #851BEE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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