Html Css Color HEX #B42DFB Electric Purple

📋 copy color: '#B42DFB'

red 180 ◦ green 45 ◦ blue 251

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

Shades of Electric Purple #B42DFB

Tints of Electric Purple #B42DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.45%

 BLUE value IS 251 (98.44% from 255) = 52.73%

R = 37.82%
G = 9.45%
B = 52.73%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B42DFB (or 0xB42DFB) is known color: Electric Purple. HEX triplet: B4, 2D and FB. RGB value is (180,45,251). Sum of RGB (Red+Green+Blue) = 180+45+251=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #B42DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42DFB is #4BD204. Grayscale: #6C6C6C. Windows color (decimal): -4968965 or 16461236. OLE color: 16461236.

HSL color Cylindrical-coordinate representation of color #B42DFB: hue angle of 279.32º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42DFB is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 45 251 -
CMYK 0.28 0.82 0 0.02
HSL 279.32º 0.96% 0.58% -
HSV(B) 279.32º 0.82% 0.98% -
XYZ 37.17 18.55 92.89 -
YUV 108.85 208.23 178.75 -
System Red Green Blue C M Y K H S L
Decimal 180 45 251 0.28 0.82 0 0.02 279.32 0.96 0.58
Hex B4 2D FB 1C 52 0 2 117 60 3A
Octal 264 55 373 34 122 0 2 427 140 72
Binary 10110100 101101 11111011 11100 1010010 0 10 100010111 1100000 111010

Color Harmonies of #B42DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DFB

Black with #B42DFB

Text Example


Text Example

White with #B42DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DFB; }

 p { color: rgb(180,45,251); }

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

background-color css

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

 a { background-color: rgb(180,45,251); }

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

border-color css

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

 span { border-color: rgb(180,45,251); }

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