Html Css Color HEX #B31AF8 Electric Purple

📋 copy color: '#B31AF8'

red 179 ◦ green 26 ◦ blue 248

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

Shades of Electric Purple #B31AF8

Tints of Electric Purple #B31AF8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.74%

 BLUE value IS 248 (97.27% from 255) = 54.75%

R = 39.51%
G = 5.74%
B = 54.75%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B31AF8 (or 0xB31AF8) is known color: Electric Purple. HEX triplet: B3, 1A and F8. RGB value is (179,26,248). Sum of RGB (Red+Green+Blue) = 179+26+248=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 26 (10.55% from 255 or 5.74% from 453); Blue value is 248 (97.27% from 255 or 54.75% from 453); Max value from RGB is 248 - color contains mainly: blue. Hex color #B31AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31AF8 is #4CE507. Grayscale: #606060. Windows color (decimal): -5039368 or 16259763. OLE color: 16259763.

HSL color Cylindrical-coordinate representation of color #B31AF8: hue angle of 281.35º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31AF8 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 26 248 -
CMYK 0.28 0.90 0 0.03
HSL 281.35º 0.94% 0.54% -
HSV(B) 281.35º 0.9% 0.97% -
XYZ 35.9 17.1 90.22 -
YUV 97.06 213.19 186.45 -
System Red Green Blue C M Y K H S L
Decimal 179 26 248 0.28 0.90 0 0.03 281.35 0.94 0.54
Hex B3 1A F8 1C 5A 0 3 119 5E 36
Octal 263 32 370 34 132 0 3 431 136 66
Binary 10110011 11010 11111000 11100 1011010 0 11 100011001 1011110 110110

Color Harmonies of #B31AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31AF8

Black with #B31AF8

Text Example


Text Example

White with #B31AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31AF8; }

 p { color: rgb(179,26,248); }

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

background-color css

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

 a { background-color: rgb(179,26,248); }

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

border-color css

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

 span { border-color: rgb(179,26,248); }

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