Html Css Color HEX #B41EEF Electric Purple

📋 copy color: '#B41EEF'

red 180 ◦ green 30 ◦ blue 239

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

Shades of Electric Purple #B41EEF

Tints of Electric Purple #B41EEF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.68%

 BLUE value IS 239 (93.75% from 255) = 53.23%

R = 40.09%
G = 6.68%
B = 53.23%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B41EEF (or 0xB41EEF) is known color: Electric Purple. HEX triplet: B4, 1E and EF. RGB value is (180,30,239). Sum of RGB (Red+Green+Blue) = 180+30+239=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 30 (12.11% from 255 or 6.68% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #B41EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B41EEF is #4BE110. Grayscale: #616161. Windows color (decimal): -4972817 or 15670964. OLE color: 15670964.

HSL color Cylindrical-coordinate representation of color #B41EEF: hue angle of 283.06º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41EEF is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 30 239 -
CMYK 0.25 0.87 0 0.06
HSL 283.06º 0.87% 0.53% -
HSV(B) 283.06º 0.87% 0.94% -
XYZ 34.87 16.86 83.08 -
YUV 98.68 207.2 186.01 -
System Red Green Blue C M Y K H S L
Decimal 180 30 239 0.25 0.87 0 0.06 283.06 0.87 0.53
Hex B4 1E EF 19 57 0 6 11B 57 35
Octal 264 36 357 31 127 0 6 433 127 65
Binary 10110100 11110 11101111 11001 1010111 0 110 100011011 1010111 110101

Color Harmonies of #B41EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41EEF

Black with #B41EEF

Text Example


Text Example

White with #B41EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41EEF; }

 p { color: rgb(180,30,239); }

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

background-color css

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

 a { background-color: rgb(180,30,239); }

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

border-color css

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

 span { border-color: rgb(180,30,239); }

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