Html Css Color HEX #B42FFD Electric Purple

📋 copy color: '#B42FFD'

red 180 ◦ green 47 ◦ blue 253

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

Shades of Electric Purple #B42FFD

Tints of Electric Purple #B42FFD

RGB

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

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

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

R = 37.5%
G = 9.79%
B = 52.71%

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

#B42FFD (or 0xB42FFD) is known color: Electric Purple. HEX triplet: B4, 2F and FD. RGB value is (180,47,253). Sum of RGB (Red+Green+Blue) = 180+47+253=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #B42FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42FFD is #4BD002. Grayscale: #6D6D6D. Windows color (decimal): -4968451 or 16592820. OLE color: 16592820.

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

Color convert

RGB 180 47 253 -
CMYK 0.29 0.81 0 0.01
HSL 278.74º 0.98% 0.59% -
HSV(B) 278.74º 0.81% 0.99% -
XYZ 37.57 18.83 94.58 -
YUV 110.25 208.56 177.75 -
System Red Green Blue C M Y K H S L
Decimal 180 47 253 0.29 0.81 0 0.01 278.74 0.98 0.59
Hex B4 2F FD 1D 51 0 1 117 62 3B
Octal 264 57 375 35 121 0 1 427 142 73
Binary 10110100 101111 11111101 11101 1010001 0 1 100010111 1100010 111011

Color Harmonies of #B42FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42FFD

Black with #B42FFD

Text Example


Text Example

White with #B42FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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