Html Css Color HEX #B42FFC Electric Purple

📋 copy color: '#B42FFC'

red 180 ◦ green 47 ◦ blue 252

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

Shades of Electric Purple #B42FFC

Tints of Electric Purple #B42FFC

RGB

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

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

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

R = 37.58%
G = 9.81%
B = 52.61%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B42FFC (or 0xB42FFC) is known color: Electric Purple. HEX triplet: B4, 2F and FC. RGB value is (180,47,252). Sum of RGB (Red+Green+Blue) = 180+47+252=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 47 (18.75% from 255 or 9.81% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #B42FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42FFC is #4BD003. Grayscale: #6D6D6D. Windows color (decimal): -4968452 or 16527284. OLE color: 16527284.

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

Color convert

RGB 180 47 252 -
CMYK 0.29 0.81 0 0.01
HSL 278.93º 0.97% 0.59% -
HSV(B) 278.93º 0.81% 0.99% -
XYZ 37.41 18.76 93.75 -
YUV 110.14 208.06 177.83 -
System Red Green Blue C M Y K H S L
Decimal 180 47 252 0.29 0.81 0 0.01 278.93 0.97 0.59
Hex B4 2F FC 1D 51 0 1 117 61 3B
Octal 264 57 374 35 121 0 1 427 141 73
Binary 10110100 101111 11111100 11101 1010001 0 1 100010111 1100001 111011

Color Harmonies of #B42FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42FFC

Black with #B42FFC

Text Example


Text Example

White with #B42FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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