Html Css Color HEX #B42BFD Electric Purple

📋 copy color: '#B42BFD'

red 180 ◦ green 43 ◦ blue 253

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

Shades of Electric Purple #B42BFD

Tints of Electric Purple #B42BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.15%

R = 37.82%
G = 9.03%
B = 53.15%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B42BFD (or 0xB42BFD) is known color: Electric Purple. HEX triplet: B4, 2B and FD. RGB value is (180,43,253). Sum of RGB (Red+Green+Blue) = 180+43+253=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 43 (17.19% from 255 or 9.03% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #B42BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42BFD is #4BD402. Grayscale: #6B6B6B. Windows color (decimal): -4969475 or 16591796. OLE color: 16591796.

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

Color convert

RGB 180 43 253 -
CMYK 0.29 0.83 0 0.01
HSL 279.14º 0.98% 0.58% -
HSV(B) 279.14º 0.83% 0.99% -
XYZ 37.42 18.52 94.53 -
YUV 107.9 209.89 179.42 -
System Red Green Blue C M Y K H S L
Decimal 180 43 253 0.29 0.83 0 0.01 279.14 0.98 0.58
Hex B4 2B FD 1D 53 0 1 117 62 3A
Octal 264 53 375 35 123 0 1 427 142 72
Binary 10110100 101011 11111101 11101 1010011 0 1 100010111 1100010 111010

Color Harmonies of #B42BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BFD

Black with #B42BFD

Text Example


Text Example

White with #B42BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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