Html Css Color HEX #B412EA Electric Purple

📋 copy color: '#B412EA'

red 180 ◦ green 18 ◦ blue 234

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

Shades of Electric Purple #B412EA

Tints of Electric Purple #B412EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.17%

R = 41.67%
G = 4.17%
B = 54.17%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B412EA (or 0xB412EA) is known color: Electric Purple. HEX triplet: B4, 12 and EA. RGB value is (180,18,234). Sum of RGB (Red+Green+Blue) = 180+18+234=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #B412EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B412EA is #4BED15. Grayscale: #5A5A5A. Windows color (decimal): -4975894 or 15340212. OLE color: 15340212.

HSL color Cylindrical-coordinate representation of color #B412EA: hue angle of 285º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B412EA is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 18 234 -
CMYK 0.23 0.92 0 0.08
HSL 285º 0.86% 0.49% -
HSV(B) 285º 0.92% 0.92% -
XYZ 33.89 16.08 79.16 -
YUV 91.06 208.67 191.44 -
System Red Green Blue C M Y K H S L
Decimal 180 18 234 0.23 0.92 0 0.08 285 0.86 0.49
Hex B4 12 EA 17 5C 0 8 11D 56 31
Octal 264 22 352 27 134 0 10 435 126 61
Binary 10110100 10010 11101010 10111 1011100 0 1000 100011101 1010110 110001

Color Harmonies of #B412EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B412EA

Black with #B412EA

Text Example


Text Example

White with #B412EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B412EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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