Html Css Color HEX #B01CEA Electric Purple

📋 copy color: '#B01CEA'

red 176 ◦ green 28 ◦ blue 234

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

Shades of Electric Purple #B01CEA

Tints of Electric Purple #B01CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.39%

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

R = 40.18%
G = 6.39%
B = 53.42%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B01CEA (or 0xB01CEA) is known color: Electric Purple. HEX triplet: B0, 1C and EA. RGB value is (176,28,234). Sum of RGB (Red+Green+Blue) = 176+28+234=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 28 (11.33% from 255 or 6.39% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #B01CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B01CEA is #4FE315. Grayscale: #5F5F5F. Windows color (decimal): -5235478 or 15342768. OLE color: 15342768.

HSL color Cylindrical-coordinate representation of color #B01CEA: hue angle of 283.11º 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 #B01CEA is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 28 234 -
CMYK 0.25 0.88 0 0.08
HSL 283.11º 0.83% 0.51% -
HSV(B) 283.11º 0.88% 0.92% -
XYZ 33.17 16 79.18 -
YUV 95.74 206.03 185.25 -
System Red Green Blue C M Y K H S L
Decimal 176 28 234 0.25 0.88 0 0.08 283.11 0.83 0.51
Hex B0 1C EA 19 58 0 8 11B 53 33
Octal 260 34 352 31 130 0 10 433 123 63
Binary 10110000 11100 11101010 11001 1011000 0 1000 100011011 1010011 110011

Color Harmonies of #B01CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01CEA

Black with #B01CEA

Text Example


Text Example

White with #B01CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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