Html Css Color HEX #B11CEA Electric Purple

📋 copy color: '#B11CEA'

red 177 ◦ green 28 ◦ blue 234

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

Shades of Electric Purple #B11CEA

Tints of Electric Purple #B11CEA

RGB

 RED value IS 177 (69.53% from 255) = 40.32%

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

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

R = 40.32%
G = 6.38%
B = 53.3%

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

#B11CEA (or 0xB11CEA) is known color: Electric Purple. HEX triplet: B1, 1C and EA. RGB value is (177,28,234). Sum of RGB (Red+Green+Blue) = 177+28+234=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #B11CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11CEA is #4EE315. Grayscale: #5F5F5F. Windows color (decimal): -5169942 or 15342769. OLE color: 15342769.

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

Color convert

RGB 177 28 234 -
CMYK 0.24 0.88 0 0.08
HSL 283.4º 0.83% 0.51% -
HSV(B) 283.4º 0.88% 0.92% -
XYZ 33.4 16.12 79.19 -
YUV 96.04 205.86 185.75 -
System Red Green Blue C M Y K H S L
Decimal 177 28 234 0.24 0.88 0 0.08 283.4 0.83 0.51
Hex B1 1C EA 18 58 0 8 11B 53 33
Octal 261 34 352 30 130 0 10 433 123 63
Binary 10110001 11100 11101010 11000 1011000 0 1000 100011011 1010011 110011

Color Harmonies of #B11CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11CEA

Black with #B11CEA

Text Example


Text Example

White with #B11CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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