Html Css Color HEX #B51FED Electric Purple

📋 copy color: '#B51FED'

red 181 ◦ green 31 ◦ blue 237

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

Shades of Electric Purple #B51FED

Tints of Electric Purple #B51FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.78%

R = 40.31%
G = 6.9%
B = 52.78%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B51FED (or 0xB51FED) is known color: Electric Purple. HEX triplet: B5, 1F and ED. RGB value is (181,31,237). Sum of RGB (Red+Green+Blue) = 181+31+237=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #B51FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51FED is #4AE012. Grayscale: #626262. Windows color (decimal): -4907027 or 15540149. OLE color: 15540149.

HSL color Cylindrical-coordinate representation of color #B51FED: hue angle of 283.69º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51FED is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 31 237 -
CMYK 0.24 0.87 0 0.07
HSL 283.69º 0.85% 0.53% -
HSV(B) 283.69º 0.87% 0.93% -
XYZ 34.83 16.92 81.55 -
YUV 99.33 205.7 186.25 -
System Red Green Blue C M Y K H S L
Decimal 181 31 237 0.24 0.87 0 0.07 283.69 0.85 0.53
Hex B5 1F ED 18 57 0 7 11C 55 35
Octal 265 37 355 30 127 0 7 434 125 65
Binary 10110101 11111 11101101 11000 1010111 0 111 100011100 1010101 110101

Color Harmonies of #B51FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51FED

Black with #B51FED

Text Example


Text Example

White with #B51FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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