Html Css Color HEX #B313FF Electric Purple

📋 copy color: '#B313FF'

red 179 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #B313FF

Tints of Electric Purple #B313FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.29%

R = 39.51%
G = 4.19%
B = 56.29%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B313FF (or 0xB313FF) is known color: Electric Purple. HEX triplet: B3, 13 and FF. RGB value is (179,19,255). Sum of RGB (Red+Green+Blue) = 179+19+255=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 19 (7.81% from 255 or 4.19% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #B313FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B313FF is #4CEC00. Grayscale: #5C5C5C. Windows color (decimal): -5041153 or 16716723. OLE color: 16716723.

HSL color Cylindrical-coordinate representation of color #B313FF: hue angle of 280.68º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B313FF is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 19 255 -
CMYK 0.30 0.93 0 0
HSL 280.68º 1% 0.54% -
HSV(B) 280.68º 0.93% 1% -
XYZ 36.87 17.27 96 -
YUV 93.74 219.01 188.81 -
System Red Green Blue C M Y K H S L
Decimal 179 19 255 0.30 0.93 0 0 280.68 1 0.54
Hex B3 13 FF 1E 5D 0 0 119 64 36
Octal 263 23 377 36 135 0 0 431 144 66
Binary 10110011 10011 11111111 11110 1011101 0 0 100011001 1100100 110110

Color Harmonies of #B313FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B313FF

Black with #B313FF

Text Example


Text Example

White with #B313FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B313FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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