Html Css Color HEX #B31BEA Electric Purple

📋 copy color: '#B31BEA'

red 179 ◦ green 27 ◦ blue 234

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

Shades of Electric Purple #B31BEA

Tints of Electric Purple #B31BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.18%

R = 40.68%
G = 6.14%
B = 53.18%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B31BEA (or 0xB31BEA) is known color: Electric Purple. HEX triplet: B3, 1B and EA. RGB value is (179,27,234). Sum of RGB (Red+Green+Blue) = 179+27+234=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #B31BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31BEA is #4CE415. Grayscale: #5F5F5F. Windows color (decimal): -5039126 or 15342515. OLE color: 15342515.

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

Color convert

RGB 179 27 234 -
CMYK 0.24 0.88 0 0.08
HSL 284.06º 0.83% 0.51% -
HSV(B) 284.06º 0.88% 0.92% -
XYZ 33.83 16.31 79.21 -
YUV 96.05 205.86 187.17 -
System Red Green Blue C M Y K H S L
Decimal 179 27 234 0.24 0.88 0 0.08 284.06 0.83 0.51
Hex B3 1B EA 18 58 0 8 11C 53 33
Octal 263 33 352 30 130 0 10 434 123 63
Binary 10110011 11011 11101010 11000 1011000 0 1000 100011100 1010011 110011

Color Harmonies of #B31BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31BEA

Black with #B31BEA

Text Example


Text Example

White with #B31BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31BEA; }

 p { color: rgb(179,27,234); }

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

background-color css

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

 a { background-color: rgb(179,27,234); }

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

border-color css

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

 span { border-color: rgb(179,27,234); }

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