Html Css Color HEX #B42BFB Electric Purple

📋 copy color: '#B42BFB'

red 180 ◦ green 43 ◦ blue 251

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

Shades of Electric Purple #B42BFB

Tints of Electric Purple #B42BFB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.07%

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

R = 37.97%
G = 9.07%
B = 52.95%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B42BFB (or 0xB42BFB) is known color: Electric Purple. HEX triplet: B4, 2B and FB. RGB value is (180,43,251). Sum of RGB (Red+Green+Blue) = 180+43+251=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 43 (17.19% from 255 or 9.07% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #B42BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42BFB is #4BD404. Grayscale: #6A6A6A. Windows color (decimal): -4969477 or 16460724. OLE color: 16460724.

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

Color convert

RGB 180 43 251 -
CMYK 0.28 0.83 0 0.02
HSL 279.52º 0.96% 0.58% -
HSV(B) 279.52º 0.83% 0.98% -
XYZ 37.1 18.4 92.86 -
YUV 107.68 208.89 179.59 -
System Red Green Blue C M Y K H S L
Decimal 180 43 251 0.28 0.83 0 0.02 279.52 0.96 0.58
Hex B4 2B FB 1C 53 0 2 118 60 3A
Octal 264 53 373 34 123 0 2 430 140 72
Binary 10110100 101011 11111011 11100 1010011 0 10 100011000 1100000 111010

Color Harmonies of #B42BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BFB

Black with #B42BFB

Text Example


Text Example

White with #B42BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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