Html Css Color HEX #B42CFF Electric Purple

📋 copy color: '#B42CFF'

red 180 ◦ green 44 ◦ blue 255

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

Shades of Electric Purple #B42CFF

Tints of Electric Purple #B42CFF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.19%

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

R = 37.58%
G = 9.19%
B = 53.24%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B42CFF (or 0xB42CFF) is known color: Electric Purple. HEX triplet: B4, 2C and FF. RGB value is (180,44,255). Sum of RGB (Red+Green+Blue) = 180+44+255=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #B42CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42CFF is #4BD300. Grayscale: #6C6C6C. Windows color (decimal): -4969217 or 16723124. OLE color: 16723124.

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

Color convert

RGB 180 44 255 -
CMYK 0.29 0.83 0 0
HSL 278.67º 1% 0.59% -
HSV(B) 278.67º 0.83% 1% -
XYZ 37.77 18.72 96.23 -
YUV 108.72 210.56 178.84 -
System Red Green Blue C M Y K H S L
Decimal 180 44 255 0.29 0.83 0 0 278.67 1 0.59
Hex B4 2C FF 1D 53 0 0 117 64 3B
Octal 264 54 377 35 123 0 0 427 144 73
Binary 10110100 101100 11111111 11101 1010011 0 0 100010111 1100100 111011

Color Harmonies of #B42CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42CFF

Black with #B42CFF

Text Example


Text Example

White with #B42CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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