Html Css Color HEX #B01AEA Electric Purple

📋 copy color: '#B01AEA'

red 176 ◦ green 26 ◦ blue 234

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

Shades of Electric Purple #B01AEA

Tints of Electric Purple #B01AEA

RGB

 RED value IS 176 (69.14% from 255) = 40.37%

 GREEN value IS 26 (10.55% from 255) = 5.96%

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

R = 40.37%
G = 5.96%
B = 53.67%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B01AEA (or 0xB01AEA) is known color: Electric Purple. HEX triplet: B0, 1A and EA. RGB value is (176,26,234). Sum of RGB (Red+Green+Blue) = 176+26+234=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #B01AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B01AEA is #4FE515. Grayscale: #5D5D5D. Windows color (decimal): -5235990 or 15342256. OLE color: 15342256.

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

Color convert

RGB 176 26 234 -
CMYK 0.25 0.89 0 0.08
HSL 283.27º 0.83% 0.51% -
HSV(B) 283.27º 0.89% 0.92% -
XYZ 33.13 15.91 79.17 -
YUV 94.56 206.7 186.09 -
System Red Green Blue C M Y K H S L
Decimal 176 26 234 0.25 0.89 0 0.08 283.27 0.83 0.51
Hex B0 1A EA 19 59 0 8 11B 53 33
Octal 260 32 352 31 131 0 10 433 123 63
Binary 10110000 11010 11101010 11001 1011001 0 1000 100011011 1010011 110011

Color Harmonies of #B01AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01AEA

Black with #B01AEA

Text Example


Text Example

White with #B01AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01AEA; }

 p { color: rgb(176,26,234); }

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

background-color css

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

 a { background-color: rgb(176,26,234); }

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

border-color css

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

 span { border-color: rgb(176,26,234); }

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