Html Css Color HEX #B312FA Electric Purple

📋 copy color: '#B312FA'

red 179 ◦ green 18 ◦ blue 250

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

Shades of Electric Purple #B312FA

Tints of Electric Purple #B312FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.93%

R = 40.04%
G = 4.03%
B = 55.93%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B312FA (or 0xB312FA) is known color: Electric Purple. HEX triplet: B3, 12 and FA. RGB value is (179,18,250). Sum of RGB (Red+Green+Blue) = 179+18+250=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #B312FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B312FA is #4CED05. Grayscale: #5B5B5B. Windows color (decimal): -5041414 or 16388787. OLE color: 16388787.

HSL color Cylindrical-coordinate representation of color #B312FA: hue angle of 281.64º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B312FA is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 18 250 -
CMYK 0.28 0.93 0 0.02
HSL 281.64º 0.96% 0.53% -
HSV(B) 281.64º 0.93% 0.98% -
XYZ 36.06 16.92 91.81 -
YUV 92.59 216.84 189.64 -
System Red Green Blue C M Y K H S L
Decimal 179 18 250 0.28 0.93 0 0.02 281.64 0.96 0.53
Hex B3 12 FA 1C 5D 0 2 11A 60 35
Octal 263 22 372 34 135 0 2 432 140 65
Binary 10110011 10010 11111010 11100 1011101 0 10 100011010 1100000 110101

Color Harmonies of #B312FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B312FA

Black with #B312FA

Text Example


Text Example

White with #B312FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B312FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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