Html Css Color HEX #B51BFE Electric Purple

📋 copy color: '#B51BFE'

red 181 ◦ green 27 ◦ blue 254

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

Shades of Electric Purple #B51BFE

Tints of Electric Purple #B51BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.98%

R = 39.18%
G = 5.84%
B = 54.98%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B51BFE (or 0xB51BFE) is known color: Electric Purple. HEX triplet: B5, 1B and FE. RGB value is (181,27,254). Sum of RGB (Red+Green+Blue) = 181+27+254=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #B51BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51BFE is #4AE401. Grayscale: #626262. Windows color (decimal): -4908034 or 16653237. OLE color: 16653237.

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

Color convert

RGB 181 27 254 -
CMYK 0.29 0.89 0 0.00
HSL 280.7º 0.99% 0.55% -
HSV(B) 280.7º 0.89% 1% -
XYZ 37.34 17.76 95.23 -
YUV 98.92 215.52 186.54 -
System Red Green Blue C M Y K H S L
Decimal 181 27 254 0.29 0.89 0 0.00 280.7 0.99 0.55
Hex B5 1B FE 1D 59 0 0 119 63 37
Octal 265 33 376 35 131 0 0 431 143 67
Binary 10110101 11011 11111110 11101 1011001 0 0 100011001 1100011 110111

Color Harmonies of #B51BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51BFE

Black with #B51BFE

Text Example


Text Example

White with #B51BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51BFE; }

 p { color: rgb(181,27,254); }

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

background-color css

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

 a { background-color: rgb(181,27,254); }

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

border-color css

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

 span { border-color: rgb(181,27,254); }

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