Html Css Color HEX #B41CEE Electric Purple

📋 copy color: '#B41CEE'

red 180 ◦ green 28 ◦ blue 238

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

Shades of Electric Purple #B41CEE

Tints of Electric Purple #B41CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.36%

R = 40.36%
G = 6.28%
B = 53.36%

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

#B41CEE (or 0xB41CEE) is known color: Electric Purple. HEX triplet: B4, 1C and EE. RGB value is (180,28,238). Sum of RGB (Red+Green+Blue) = 180+28+238=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #B41CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B41CEE is #4BE311. Grayscale: #606060. Windows color (decimal): -4973330 or 15604916. OLE color: 15604916.

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

Color convert

RGB 180 28 238 -
CMYK 0.24 0.88 0 0.07
HSL 283.43º 0.86% 0.52% -
HSV(B) 283.43º 0.88% 0.93% -
XYZ 34.67 16.71 82.29 -
YUV 97.39 207.36 186.92 -
System Red Green Blue C M Y K H S L
Decimal 180 28 238 0.24 0.88 0 0.07 283.43 0.86 0.52
Hex B4 1C EE 18 58 0 7 11B 56 34
Octal 264 34 356 30 130 0 7 433 126 64
Binary 10110100 11100 11101110 11000 1011000 0 111 100011011 1010110 110100

Color Harmonies of #B41CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41CEE

Black with #B41CEE

Text Example


Text Example

White with #B41CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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