Html Css Color HEX #B42BFC Electric Purple

📋 copy color: '#B42BFC'

red 180 ◦ green 43 ◦ blue 252

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

Shades of Electric Purple #B42BFC

Tints of Electric Purple #B42BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.05%

R = 37.89%
G = 9.05%
B = 53.05%

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

#B42BFC (or 0xB42BFC) is known color: Electric Purple. HEX triplet: B4, 2B and FC. RGB value is (180,43,252). Sum of RGB (Red+Green+Blue) = 180+43+252=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 43 (17.19% from 255 or 9.05% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #B42BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42BFC is #4BD403. Grayscale: #6B6B6B. Windows color (decimal): -4969476 or 16526260. OLE color: 16526260.

HSL color Cylindrical-coordinate representation of color #B42BFC: hue angle of 279.33º degrees, saturation: 0.97, 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 #B42BFC is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 43 252 -
CMYK 0.29 0.83 0 0.01
HSL 279.33º 0.97% 0.58% -
HSV(B) 279.33º 0.83% 0.99% -
XYZ 37.26 18.46 93.69 -
YUV 107.79 209.39 179.51 -
System Red Green Blue C M Y K H S L
Decimal 180 43 252 0.29 0.83 0 0.01 279.33 0.97 0.58
Hex B4 2B FC 1D 53 0 1 117 61 3A
Octal 264 53 374 35 123 0 1 427 141 72
Binary 10110100 101011 11111100 11101 1010011 0 1 100010111 1100001 111010

Color Harmonies of #B42BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BFC

Black with #B42BFC

Text Example


Text Example

White with #B42BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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