Html Css Color HEX #B51FFF Electric Purple

📋 copy color: '#B51FFF'

red 181 ◦ green 31 ◦ blue 255

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

Shades of Electric Purple #B51FFF

Tints of Electric Purple #B51FFF

RGB

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

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

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

R = 38.76%
G = 6.64%
B = 54.6%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B51FFF (or 0xB51FFF) is known color: Electric Purple. HEX triplet: B5, 1F and FF. RGB value is (181,31,255). Sum of RGB (Red+Green+Blue) = 181+31+255=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #B51FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51FFF is #4AE000. Grayscale: #646464. Windows color (decimal): -4907009 or 16719797. OLE color: 16719797.

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

Color convert

RGB 181 31 255 -
CMYK 0.29 0.88 0 0
HSL 280.18º 1% 0.56% -
HSV(B) 280.18º 0.88% 1% -
XYZ 37.6 18.02 96.11 -
YUV 101.39 214.7 184.79 -
System Red Green Blue C M Y K H S L
Decimal 181 31 255 0.29 0.88 0 0 280.18 1 0.56
Hex B5 1F FF 1D 58 0 0 118 64 38
Octal 265 37 377 35 130 0 0 430 144 70
Binary 10110101 11111 11111111 11101 1011000 0 0 100011000 1100100 111000

Color Harmonies of #B51FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51FFF

Black with #B51FFF

Text Example


Text Example

White with #B51FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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