Html Css Color HEX #B313FA Electric Purple

📋 copy color: '#B313FA'

red 179 ◦ green 19 ◦ blue 250

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

Shades of Electric Purple #B313FA

Tints of Electric Purple #B313FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.24%

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

R = 39.96%
G = 4.24%
B = 55.8%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B313FA (or 0xB313FA) is known color: Electric Purple. HEX triplet: B3, 13 and FA. RGB value is (179,19,250). Sum of RGB (Red+Green+Blue) = 179+19+250=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 19 (7.81% from 255 or 4.24% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #B313FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B313FA is #4CEC05. Grayscale: #5C5C5C. Windows color (decimal): -5041158 or 16389043. OLE color: 16389043.

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

Color convert

RGB 179 19 250 -
CMYK 0.28 0.92 0 0.02
HSL 281.56º 0.96% 0.53% -
HSV(B) 281.56º 0.92% 0.98% -
XYZ 36.08 16.95 91.81 -
YUV 93.17 216.51 189.22 -
System Red Green Blue C M Y K H S L
Decimal 179 19 250 0.28 0.92 0 0.02 281.56 0.96 0.53
Hex B3 13 FA 1C 5C 0 2 11A 60 35
Octal 263 23 372 34 134 0 2 432 140 65
Binary 10110011 10011 11111010 11100 1011100 0 10 100011010 1100000 110101

Color Harmonies of #B313FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B313FA

Black with #B313FA

Text Example


Text Example

White with #B313FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B313FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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