Html Css Color HEX #B312FE Electric Purple

📋 copy color: '#B312FE'

red 179 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #B312FE

Tints of Electric Purple #B312FE

RGB

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

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

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

R = 39.69%
G = 3.99%
B = 56.32%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B312FE (or 0xB312FE) is known color: Electric Purple. HEX triplet: B3, 12 and FE. RGB value is (179,18,254). Sum of RGB (Red+Green+Blue) = 179+18+254=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #B312FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B312FE is #4CED01. Grayscale: #5C5C5C. Windows color (decimal): -5041410 or 16650931. OLE color: 16650931.

HSL color Cylindrical-coordinate representation of color #B312FE: hue angle of 280.93º 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 #B312FE is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 18 254 -
CMYK 0.30 0.93 0 0.00
HSL 280.93º 0.99% 0.53% -
HSV(B) 280.93º 0.93% 1% -
XYZ 36.7 17.17 95.15 -
YUV 93.04 218.84 189.31 -
System Red Green Blue C M Y K H S L
Decimal 179 18 254 0.30 0.93 0 0.00 280.93 0.99 0.53
Hex B3 12 FE 1E 5D 0 0 119 63 35
Octal 263 22 376 36 135 0 0 431 143 65
Binary 10110011 10010 11111110 11110 1011101 0 0 100011001 1100011 110101

Color Harmonies of #B312FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B312FE

Black with #B312FE

Text Example


Text Example

White with #B312FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B312FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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