Html Css Color HEX #B313FB Electric Purple

📋 copy color: '#B313FB'

red 179 ◦ green 19 ◦ blue 251

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

Shades of Electric Purple #B313FB

Tints of Electric Purple #B313FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.9%

R = 39.87%
G = 4.23%
B = 55.9%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B313FB (or 0xB313FB) is known color: Electric Purple. HEX triplet: B3, 13 and FB. RGB value is (179,19,251). Sum of RGB (Red+Green+Blue) = 179+19+251=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 19 (7.81% from 255 or 4.23% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #B313FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B313FB is #4CEC04. Grayscale: #5C5C5C. Windows color (decimal): -5041157 or 16454579. OLE color: 16454579.

HSL color Cylindrical-coordinate representation of color #B313FB: hue angle of 281.38º degrees, saturation: 0.97, 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 #B313FB is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 19 251 -
CMYK 0.29 0.92 0 0.02
HSL 281.38º 0.97% 0.53% -
HSV(B) 281.38º 0.92% 0.98% -
XYZ 36.24 17.01 92.64 -
YUV 93.29 217.01 189.14 -
System Red Green Blue C M Y K H S L
Decimal 179 19 251 0.29 0.92 0 0.02 281.38 0.97 0.53
Hex B3 13 FB 1D 5C 0 2 119 61 35
Octal 263 23 373 35 134 0 2 431 141 65
Binary 10110011 10011 11111011 11101 1011100 0 10 100011001 1100001 110101

Color Harmonies of #B313FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B313FB

Black with #B313FB

Text Example


Text Example

White with #B313FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B313FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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