Html Css Color HEX #B421EC Electric Purple

📋 copy color: '#B421EC'

red 180 ◦ green 33 ◦ blue 236

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

Shades of Electric Purple #B421EC

Tints of Electric Purple #B421EC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.35%

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

R = 40.09%
G = 7.35%
B = 52.56%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B421EC (or 0xB421EC) is known color: Electric Purple. HEX triplet: B4, 21 and EC. RGB value is (180,33,236). Sum of RGB (Red+Green+Blue) = 180+33+236=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #B421EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B421EC is #4BDE13. Grayscale: #636363. Windows color (decimal): -4972052 or 15475124. OLE color: 15475124.

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

Color convert

RGB 180 33 236 -
CMYK 0.24 0.86 0 0.07
HSL 283.45º 0.84% 0.53% -
HSV(B) 283.45º 0.86% 0.93% -
XYZ 34.51 16.85 80.79 -
YUV 100.1 204.7 184.99 -
System Red Green Blue C M Y K H S L
Decimal 180 33 236 0.24 0.86 0 0.07 283.45 0.84 0.53
Hex B4 21 EC 18 56 0 7 11B 54 35
Octal 264 41 354 30 126 0 7 433 124 65
Binary 10110100 100001 11101100 11000 1010110 0 111 100011011 1010100 110101

Color Harmonies of #B421EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B421EC

Black with #B421EC

Text Example


Text Example

White with #B421EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B421EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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