Html Css Color HEX #B31EE9 Electric Purple

📋 copy color: '#B31EE9'

red 179 ◦ green 30 ◦ blue 233

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

Shades of Electric Purple #B31EE9

Tints of Electric Purple #B31EE9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.79%

 BLUE value IS 233 (91.41% from 255) = 52.71%

R = 40.5%
G = 6.79%
B = 52.71%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B31EE9 (or 0xB31EE9) is known color: Electric Purple. HEX triplet: B3, 1E and E9. RGB value is (179,30,233). Sum of RGB (Red+Green+Blue) = 179+30+233=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 233 (91.41% from 255 or 52.71% from 442); Max value from RGB is 233 - color contains mainly: blue. Hex color #B31EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31EE9 is #4CE116. Grayscale: #616161. Windows color (decimal): -5038359 or 15277747. OLE color: 15277747.

HSL color Cylindrical-coordinate representation of color #B31EE9: hue angle of 284.04º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31EE9 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 30 233 -
CMYK 0.23 0.87 0 0.09
HSL 284.04º 0.82% 0.52% -
HSV(B) 284.04º 0.87% 0.91% -
XYZ 33.76 16.4 78.48 -
YUV 97.69 204.36 185.99 -
System Red Green Blue C M Y K H S L
Decimal 179 30 233 0.23 0.87 0 0.09 284.04 0.82 0.52
Hex B3 1E E9 17 57 0 9 11C 52 34
Octal 263 36 351 27 127 0 11 434 122 64
Binary 10110011 11110 11101001 10111 1010111 0 1001 100011100 1010010 110100

Color Harmonies of #B31EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31EE9

Black with #B31EE9

Text Example


Text Example

White with #B31EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31EE9; }

 p { color: rgb(179,30,233); }

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

background-color css

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

 a { background-color: rgb(179,30,233); }

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

border-color css

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

 span { border-color: rgb(179,30,233); }

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