Html Css Color HEX #B31EEB Electric Purple

📋 copy color: '#B31EEB'

red 179 ◦ green 30 ◦ blue 235

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

Shades of Electric Purple #B31EEB

Tints of Electric Purple #B31EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.93%

R = 40.32%
G = 6.76%
B = 52.93%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B31EEB (or 0xB31EEB) is known color: Electric Purple. HEX triplet: B3, 1E and EB. RGB value is (179,30,235). Sum of RGB (Red+Green+Blue) = 179+30+235=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #B31EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31EEB is #4CE114. Grayscale: #616161. Windows color (decimal): -5038357 or 15408819. OLE color: 15408819.

HSL color Cylindrical-coordinate representation of color #B31EEB: hue angle of 283.61º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31EEB is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 30 235 -
CMYK 0.24 0.87 0 0.08
HSL 283.61º 0.84% 0.52% -
HSV(B) 283.61º 0.87% 0.92% -
XYZ 34.05 16.51 79.99 -
YUV 97.92 205.36 185.83 -
System Red Green Blue C M Y K H S L
Decimal 179 30 235 0.24 0.87 0 0.08 283.61 0.84 0.52
Hex B3 1E EB 18 57 0 8 11C 54 34
Octal 263 36 353 30 127 0 10 434 124 64
Binary 10110011 11110 11101011 11000 1010111 0 1000 100011100 1010100 110100

Color Harmonies of #B31EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31EEB

Black with #B31EEB

Text Example


Text Example

White with #B31EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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