Html Css Color HEX #B412FE Electric Purple

📋 copy color: '#B412FE'

red 180 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #B412FE

Tints of Electric Purple #B412FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.98%

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

R = 39.82%
G = 3.98%
B = 56.19%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B412FE (or 0xB412FE) is known color: Electric Purple. HEX triplet: B4, 12 and FE. RGB value is (180,18,254). Sum of RGB (Red+Green+Blue) = 180+18+254=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #B412FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B412FE is #4BED01. Grayscale: #5C5C5C. Windows color (decimal): -4975874 or 16650932. OLE color: 16650932.

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

Color convert

RGB 180 18 254 -
CMYK 0.29 0.93 0 0.00
HSL 281.19º 0.99% 0.53% -
HSV(B) 281.19º 0.93% 1% -
XYZ 36.93 17.29 95.16 -
YUV 93.34 218.67 189.81 -
System Red Green Blue C M Y K H S L
Decimal 180 18 254 0.29 0.93 0 0.00 281.19 0.99 0.53
Hex B4 12 FE 1D 5D 0 0 119 63 35
Octal 264 22 376 35 135 0 0 431 143 65
Binary 10110100 10010 11111110 11101 1011101 0 0 100011001 1100011 110101

Color Harmonies of #B412FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B412FE

Black with #B412FE

Text Example


Text Example

White with #B412FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B412FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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