Html Css Color HEX #B312EA Electric Purple

📋 copy color: '#B312EA'

red 179 ◦ green 18 ◦ blue 234

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

Shades of Electric Purple #B312EA

Tints of Electric Purple #B312EA

RGB

 RED value IS 179 (70.31% from 255) = 41.53%

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

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

R = 41.53%
G = 4.18%
B = 54.29%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B312EA (or 0xB312EA) is known color: Electric Purple. HEX triplet: B3, 12 and EA. RGB value is (179,18,234). Sum of RGB (Red+Green+Blue) = 179+18+234=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #B312EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B312EA is #4CED15. Grayscale: #5A5A5A. Windows color (decimal): -5041430 or 15340211. OLE color: 15340211.

HSL color Cylindrical-coordinate representation of color #B312EA: hue angle of 284.72º 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 #B312EA is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 18 234 -
CMYK 0.24 0.92 0 0.08
HSL 284.72º 0.86% 0.49% -
HSV(B) 284.72º 0.92% 0.92% -
XYZ 33.66 15.96 79.15 -
YUV 90.76 208.84 190.94 -
System Red Green Blue C M Y K H S L
Decimal 179 18 234 0.24 0.92 0 0.08 284.72 0.86 0.49
Hex B3 12 EA 18 5C 0 8 11D 56 31
Octal 263 22 352 30 134 0 10 435 126 61
Binary 10110011 10010 11101010 11000 1011100 0 1000 100011101 1010110 110001

Color Harmonies of #B312EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B312EA

Black with #B312EA

Text Example


Text Example

White with #B312EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B312EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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