Html Css Color HEX #B413F0 Electric Purple

📋 copy color: '#B413F0'

red 180 ◦ green 19 ◦ blue 240

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

Shades of Electric Purple #B413F0

Tints of Electric Purple #B413F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 54.67%

R = 41%
G = 4.33%
B = 54.67%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B413F0 (or 0xB413F0) is known color: Electric Purple. HEX triplet: B4, 13 and F0. RGB value is (180,19,240). Sum of RGB (Red+Green+Blue) = 180+19+240=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #B413F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B413F0 is #4BEC0F. Grayscale: #5B5B5B. Windows color (decimal): -4975632 or 15733684. OLE color: 15733684.

HSL color Cylindrical-coordinate representation of color #B413F0: hue angle of 283.71º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B413F0 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 19 240 -
CMYK 0.25 0.92 0 0.06
HSL 283.71º 0.88% 0.51% -
HSV(B) 283.71º 0.92% 0.94% -
XYZ 34.78 16.46 83.78 -
YUV 92.33 211.34 190.53 -
System Red Green Blue C M Y K H S L
Decimal 180 19 240 0.25 0.92 0 0.06 283.71 0.88 0.51
Hex B4 13 F0 19 5C 0 6 11C 58 33
Octal 264 23 360 31 134 0 6 434 130 63
Binary 10110100 10011 11110000 11001 1011100 0 110 100011100 1011000 110011

Color Harmonies of #B413F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413F0

Black with #B413F0

Text Example


Text Example

White with #B413F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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