Html Css Color HEX #B31BFF Electric Purple

📋 copy color: '#B31BFF'

red 179 ◦ green 27 ◦ blue 255

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

Shades of Electric Purple #B31BFF

Tints of Electric Purple #B31BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.86%

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

R = 38.83%
G = 5.86%
B = 55.31%

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

#B31BFF (or 0xB31BFF) is known color: Electric Purple. HEX triplet: B3, 1B and FF. RGB value is (179,27,255). Sum of RGB (Red+Green+Blue) = 179+27+255=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 27 (10.94% from 255 or 5.86% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #B31BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31BFF is #4CE400. Grayscale: #616161. Windows color (decimal): -5039105 or 16718771. OLE color: 16718771.

HSL color Cylindrical-coordinate representation of color #B31BFF: hue angle of 280º 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 #B31BFF is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 27 255 -
CMYK 0.30 0.89 0 0
HSL 280º 1% 0.55% -
HSV(B) 280º 0.89% 1% -
XYZ 37.03 17.59 96.05 -
YUV 98.44 216.36 185.46 -
System Red Green Blue C M Y K H S L
Decimal 179 27 255 0.30 0.89 0 0 280 1 0.55
Hex B3 1B FF 1E 59 0 0 118 64 37
Octal 263 33 377 36 131 0 0 430 144 67
Binary 10110011 11011 11111111 11110 1011001 0 0 100011000 1100100 110111

Color Harmonies of #B31BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31BFF

Black with #B31BFF

Text Example


Text Example

White with #B31BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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