Html Css Color HEX #B40AFE Electric Purple

📋 copy color: '#B40AFE'

red 180 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #B40AFE

Tints of Electric Purple #B40AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.21%

R = 40.54%
G = 2.25%
B = 57.21%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B40AFE (or 0xB40AFE) is known color: Electric Purple. HEX triplet: B4, 0A and FE. RGB value is (180,10,254). Sum of RGB (Red+Green+Blue) = 180+10+254=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #B40AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40AFE is #4BF501. Grayscale: #575757. Windows color (decimal): -4977922 or 16648884. OLE color: 16648884.

HSL color Cylindrical-coordinate representation of color #B40AFE: hue angle of 281.8º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40AFE is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 10 254 -
CMYK 0.29 0.96 0 0.00
HSL 281.8º 0.99% 0.52% -
HSV(B) 281.8º 0.96% 1% -
XYZ 36.82 17.08 95.12 -
YUV 88.65 221.32 193.16 -
System Red Green Blue C M Y K H S L
Decimal 180 10 254 0.29 0.96 0 0.00 281.8 0.99 0.52
Hex B4 A FE 1D 60 0 0 11A 63 34
Octal 264 12 376 35 140 0 0 432 143 64
Binary 10110100 1010 11111110 11101 1100000 0 0 100011010 1100011 110100

Color Harmonies of #B40AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40AFE

Black with #B40AFE

Text Example


Text Example

White with #B40AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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