Html Css Color HEX #B51FFB Electric Purple

📋 copy color: '#B51FFB'

red 181 ◦ green 31 ◦ blue 251

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

Shades of Electric Purple #B51FFB

Tints of Electric Purple #B51FFB

RGB

 RED value IS 181 (71.09% from 255) = 39.09%

 GREEN value IS 31 (12.5% from 255) = 6.7%

 BLUE value IS 251 (98.44% from 255) = 54.21%

R = 39.09%
G = 6.7%
B = 54.21%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B51FFB (or 0xB51FFB) is known color: Electric Purple. HEX triplet: B5, 1F and FB. RGB value is (181,31,251). Sum of RGB (Red+Green+Blue) = 181+31+251=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #B51FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51FFB is #4AE004. Grayscale: #646464. Windows color (decimal): -4907013 or 16457653. OLE color: 16457653.

HSL color Cylindrical-coordinate representation of color #B51FFB: hue angle of 280.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51FFB is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 31 251 -
CMYK 0.28 0.88 0 0.02
HSL 280.91º 0.96% 0.55% -
HSV(B) 280.91º 0.88% 0.98% -
XYZ 36.96 17.77 92.75 -
YUV 100.93 212.7 185.11 -
System Red Green Blue C M Y K H S L
Decimal 181 31 251 0.28 0.88 0 0.02 280.91 0.96 0.55
Hex B5 1F FB 1C 58 0 2 119 60 37
Octal 265 37 373 34 130 0 2 431 140 67
Binary 10110101 11111 11111011 11100 1011000 0 10 100011001 1100000 110111

Color Harmonies of #B51FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51FFB

Black with #B51FFB

Text Example


Text Example

White with #B51FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51FFB; }

 p { color: rgb(181,31,251); }

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

background-color css

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

 a { background-color: rgb(181,31,251); }

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

border-color css

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

 span { border-color: rgb(181,31,251); }

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