Html Css Color HEX #B51CFB Electric Purple

📋 copy color: '#B51CFB'

red 181 ◦ green 28 ◦ blue 251

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

Shades of Electric Purple #B51CFB

Tints of Electric Purple #B51CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.09%

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

R = 39.35%
G = 6.09%
B = 54.57%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B51CFB (or 0xB51CFB) is known color: Electric Purple. HEX triplet: B5, 1C and FB. RGB value is (181,28,251). Sum of RGB (Red+Green+Blue) = 181+28+251=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #B51CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51CFB is #4AE304. Grayscale: #626262. Windows color (decimal): -4907781 or 16456885. OLE color: 16456885.

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

Color convert

RGB 181 28 251 -
CMYK 0.28 0.89 0 0.02
HSL 281.17º 0.97% 0.55% -
HSV(B) 281.17º 0.89% 0.98% -
XYZ 36.88 17.62 92.72 -
YUV 99.17 213.69 186.37 -
System Red Green Blue C M Y K H S L
Decimal 181 28 251 0.28 0.89 0 0.02 281.17 0.97 0.55
Hex B5 1C FB 1C 59 0 2 119 61 37
Octal 265 34 373 34 131 0 2 431 141 67
Binary 10110101 11100 11111011 11100 1011001 0 10 100011001 1100001 110111

Color Harmonies of #B51CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51CFB

Black with #B51CFB

Text Example


Text Example

White with #B51CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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