Html Css Color HEX #B40AF1 Electric Purple

📋 copy color: '#B40AF1'

red 180 ◦ green 10 ◦ blue 241

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

Shades of Electric Purple #B40AF1

Tints of Electric Purple #B40AF1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.32%

 BLUE value IS 241 (94.53% from 255) = 55.92%

R = 41.76%
G = 2.32%
B = 55.92%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B40AF1 (or 0xB40AF1) is known color: Electric Purple. HEX triplet: B4, 0A and F1. RGB value is (180,10,241). Sum of RGB (Red+Green+Blue) = 180+10+241=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #B40AF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40AF1 is #4BF50E. Grayscale: #565656. Windows color (decimal): -4977935 or 15796916. OLE color: 15796916.

HSL color Cylindrical-coordinate representation of color #B40AF1: hue angle of 284.16º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40AF1 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 10 241 -
CMYK 0.25 0.96 0 0.05
HSL 284.16º 0.92% 0.49% -
HSV(B) 284.16º 0.96% 0.95% -
XYZ 34.81 16.27 84.53 -
YUV 87.16 214.82 194.22 -
System Red Green Blue C M Y K H S L
Decimal 180 10 241 0.25 0.96 0 0.05 284.16 0.92 0.49
Hex B4 A F1 19 60 0 5 11C 5C 31
Octal 264 12 361 31 140 0 5 434 134 61
Binary 10110100 1010 11110001 11001 1100000 0 101 100011100 1011100 110001

Color Harmonies of #B40AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40AF1

Black with #B40AF1

Text Example


Text Example

White with #B40AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40AF1; }

 p { color: rgb(180,10,241); }

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

background-color css

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

 a { background-color: rgb(180,10,241); }

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

border-color css

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

 span { border-color: rgb(180,10,241); }

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