Html Css Color HEX #B31CFF Electric Purple

📋 copy color: '#B31CFF'

red 179 ◦ green 28 ◦ blue 255

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

Shades of Electric Purple #B31CFF

Tints of Electric Purple #B31CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.06%

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

R = 38.74%
G = 6.06%
B = 55.19%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B31CFF (or 0xB31CFF) is known color: Electric Purple. HEX triplet: B3, 1C and FF. RGB value is (179,28,255). Sum of RGB (Red+Green+Blue) = 179+28+255=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 28 (11.33% from 255 or 6.06% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #B31CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31CFF is #4CE300. Grayscale: #626262. Windows color (decimal): -5038849 or 16719027. OLE color: 16719027.

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

Color convert

RGB 179 28 255 -
CMYK 0.30 0.89 0 0
HSL 279.91º 1% 0.55% -
HSV(B) 279.91º 0.89% 1% -
XYZ 37.06 17.63 96.06 -
YUV 99.03 216.03 185.04 -
System Red Green Blue C M Y K H S L
Decimal 179 28 255 0.30 0.89 0 0 279.91 1 0.55
Hex B3 1C FF 1E 59 0 0 118 64 37
Octal 263 34 377 36 131 0 0 430 144 67
Binary 10110011 11100 11111111 11110 1011001 0 0 100011000 1100100 110111

Color Harmonies of #B31CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CFF

Black with #B31CFF

Text Example


Text Example

White with #B31CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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