Html Css Color HEX #B42FFB Electric Purple

📋 copy color: '#B42FFB'

red 180 ◦ green 47 ◦ blue 251

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

Shades of Electric Purple #B42FFB

Tints of Electric Purple #B42FFB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.83%

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

R = 37.66%
G = 9.83%
B = 52.51%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B42FFB (or 0xB42FFB) is known color: Electric Purple. HEX triplet: B4, 2F and FB. RGB value is (180,47,251). Sum of RGB (Red+Green+Blue) = 180+47+251=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 47 (18.75% from 255 or 9.83% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #B42FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42FFB is #4BD004. Grayscale: #6D6D6D. Windows color (decimal): -4968453 or 16461748. OLE color: 16461748.

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

Color convert

RGB 180 47 251 -
CMYK 0.28 0.81 0 0.02
HSL 279.12º 0.96% 0.58% -
HSV(B) 279.12º 0.81% 0.98% -
XYZ 37.25 18.7 92.91 -
YUV 110.02 207.56 177.91 -
System Red Green Blue C M Y K H S L
Decimal 180 47 251 0.28 0.81 0 0.02 279.12 0.96 0.58
Hex B4 2F FB 1C 51 0 2 117 60 3A
Octal 264 57 373 34 121 0 2 427 140 72
Binary 10110100 101111 11111011 11100 1010001 0 10 100010111 1100000 111010

Color Harmonies of #B42FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42FFB

Black with #B42FFB

Text Example


Text Example

White with #B42FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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