Html Css Color HEX #B41CEC Electric Purple

📋 copy color: '#B41CEC'

red 180 ◦ green 28 ◦ blue 236

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

Shades of Electric Purple #B41CEC

Tints of Electric Purple #B41CEC

RGB

 RED value IS 180 (70.7% from 255) = 40.54%

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

 BLUE value IS 236 (92.58% from 255) = 53.15%

R = 40.54%
G = 6.31%
B = 53.15%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B41CEC (or 0xB41CEC) is known color: Electric Purple. HEX triplet: B4, 1C and EC. RGB value is (180,28,236). Sum of RGB (Red+Green+Blue) = 180+28+236=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #B41CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B41CEC is #4BE313. Grayscale: #606060. Windows color (decimal): -4973332 or 15473844. OLE color: 15473844.

HSL color Cylindrical-coordinate representation of color #B41CEC: hue angle of 283.85º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41CEC is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 28 236 -
CMYK 0.24 0.88 0 0.07
HSL 283.85º 0.85% 0.52% -
HSV(B) 283.85º 0.88% 0.93% -
XYZ 34.38 16.59 80.75 -
YUV 97.16 206.36 187.09 -
System Red Green Blue C M Y K H S L
Decimal 180 28 236 0.24 0.88 0 0.07 283.85 0.85 0.52
Hex B4 1C EC 18 58 0 7 11C 55 34
Octal 264 34 354 30 130 0 7 434 125 64
Binary 10110100 11100 11101100 11000 1011000 0 111 100011100 1010101 110100

Color Harmonies of #B41CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41CEC

Black with #B41CEC

Text Example


Text Example

White with #B41CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41CEC; }

 p { color: rgb(180,28,236); }

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

background-color css

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

 a { background-color: rgb(180,28,236); }

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

border-color css

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

 span { border-color: rgb(180,28,236); }

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