Html Css Color HEX #B311E1 Electric Purple

📋 copy color: '#B311E1'

red 179 ◦ green 17 ◦ blue 225

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

Shades of Electric Purple #B311E1

Tints of Electric Purple #B311E1

RGB

 RED value IS 179 (70.31% from 255) = 42.52%

 GREEN value IS 17 (7.03% from 255) = 4.04%

 BLUE value IS 225 (88.28% from 255) = 53.44%

R = 42.52%
G = 4.04%
B = 53.44%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B311E1 (or 0xB311E1) is known color: Electric Purple. HEX triplet: B3, 11 and E1. RGB value is (179,17,225). Sum of RGB (Red+Green+Blue) = 179+17+225=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #B311E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B311E1 is #4CEE1E. Grayscale: #585858. Windows color (decimal): -5041695 or 14750131. OLE color: 14750131.

HSL color Cylindrical-coordinate representation of color #B311E1: hue angle of 286.73º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B311E1 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 17 225 -
CMYK 0.20 0.92 0 0.12
HSL 286.73º 0.86% 0.47% -
HSV(B) 286.73º 0.92% 0.88% -
XYZ 32.38 15.42 72.5 -
YUV 89.15 204.67 192.09 -
System Red Green Blue C M Y K H S L
Decimal 179 17 225 0.20 0.92 0 0.12 286.73 0.86 0.47
Hex B3 11 E1 14 5C 0 C 11F 56 2F
Octal 263 21 341 24 134 0 14 437 126 57
Binary 10110011 10001 11100001 10100 1011100 0 1100 100011111 1010110 101111

Color Harmonies of #B311E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B311E1

Black with #B311E1

Text Example


Text Example

White with #B311E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B311E1; }

 p { color: rgb(179,17,225); }

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

background-color css

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

 a { background-color: rgb(179,17,225); }

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

border-color css

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

 span { border-color: rgb(179,17,225); }

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