Html Css Color HEX #B420FF Electric Purple

📋 copy color: '#B420FF'

red 180 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #B420FF

Tints of Electric Purple #B420FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.85%

 BLUE value IS 255 (100% from 255) = 54.6%

R = 38.54%
G = 6.85%
B = 54.6%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B420FF (or 0xB420FF) is known color: Electric Purple. HEX triplet: B4, 20 and FF. RGB value is (180,32,255). Sum of RGB (Red+Green+Blue) = 180+32+255=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #B420FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B420FF is #4BDF00. Grayscale: #646464. Windows color (decimal): -4972289 or 16720052. OLE color: 16720052.

HSL color Cylindrical-coordinate representation of color #B420FF: hue angle of 279.82º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B420FF is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 32 255 -
CMYK 0.29 0.87 0 0
HSL 279.82º 1% 0.56% -
HSV(B) 279.82º 0.87% 1% -
XYZ 37.39 17.96 96.1 -
YUV 101.67 214.53 183.87 -
System Red Green Blue C M Y K H S L
Decimal 180 32 255 0.29 0.87 0 0 279.82 1 0.56
Hex B4 20 FF 1D 57 0 0 118 64 38
Octal 264 40 377 35 127 0 0 430 144 70
Binary 10110100 100000 11111111 11101 1010111 0 0 100011000 1100100 111000

Color Harmonies of #B420FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B420FF

Black with #B420FF

Text Example


Text Example

White with #B420FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B420FF; }

 p { color: rgb(180,32,255); }

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

background-color css

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

 a { background-color: rgb(180,32,255); }

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

border-color css

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

 span { border-color: rgb(180,32,255); }

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