Html Css Color HEX #B310FF Electric Purple

📋 copy color: '#B310FF'

red 179 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #B310FF

Tints of Electric Purple #B310FF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.56%

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

R = 39.78%
G = 3.56%
B = 56.67%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B310FF (or 0xB310FF) is known color: Electric Purple. HEX triplet: B3, 10 and FF. RGB value is (179,16,255). Sum of RGB (Red+Green+Blue) = 179+16+255=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #B310FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B310FF is #4CEF00. Grayscale: #5B5B5B. Windows color (decimal): -5041921 or 16715955. OLE color: 16715955.

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

Color convert

RGB 179 16 255 -
CMYK 0.30 0.94 0 0
HSL 280.92º 1% 0.53% -
HSV(B) 280.92º 0.94% 1% -
XYZ 36.83 17.17 95.98 -
YUV 91.98 220 190.07 -
System Red Green Blue C M Y K H S L
Decimal 179 16 255 0.30 0.94 0 0 280.92 1 0.53
Hex B3 10 FF 1E 5E 0 0 119 64 35
Octal 263 20 377 36 136 0 0 431 144 65
Binary 10110011 10000 11111111 11110 1011110 0 0 100011001 1100100 110101

Color Harmonies of #B310FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B310FF

Black with #B310FF

Text Example


Text Example

White with #B310FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B310FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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