Html Css Color HEX #B413FA Electric Purple

📋 copy color: '#B413FA'

red 180 ◦ green 19 ◦ blue 250

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

Shades of Electric Purple #B413FA

Tints of Electric Purple #B413FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.23%

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 40.09%
G = 4.23%
B = 55.68%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B413FA (or 0xB413FA) is known color: Electric Purple. HEX triplet: B4, 13 and FA. RGB value is (180,19,250). Sum of RGB (Red+Green+Blue) = 180+19+250=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 19 (7.81% from 255 or 4.23% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #B413FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B413FA is #4BEC05. Grayscale: #5C5C5C. Windows color (decimal): -4975622 or 16389044. OLE color: 16389044.

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

Color convert

RGB 180 19 250 -
CMYK 0.28 0.92 0 0.02
HSL 281.82º 0.96% 0.53% -
HSV(B) 281.82º 0.92% 0.98% -
XYZ 36.31 17.07 91.82 -
YUV 93.47 216.34 189.72 -
System Red Green Blue C M Y K H S L
Decimal 180 19 250 0.28 0.92 0 0.02 281.82 0.96 0.53
Hex B4 13 FA 1C 5C 0 2 11A 60 35
Octal 264 23 372 34 134 0 2 432 140 65
Binary 10110100 10011 11111010 11100 1011100 0 10 100011010 1100000 110101

Color Harmonies of #B413FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413FA

Black with #B413FA

Text Example


Text Example

White with #B413FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413FA; }

 p { color: rgb(180,19,250); }

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

background-color css

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

 a { background-color: rgb(180,19,250); }

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

border-color css

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

 span { border-color: rgb(180,19,250); }

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