Html Css Color HEX #B51CFC Electric Purple

📋 copy color: '#B51CFC'

red 181 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #B51CFC

Tints of Electric Purple #B51CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.66%

R = 39.26%
G = 6.07%
B = 54.66%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B51CFC (or 0xB51CFC) is known color: Electric Purple. HEX triplet: B5, 1C and FC. RGB value is (181,28,252). Sum of RGB (Red+Green+Blue) = 181+28+252=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #B51CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51CFC is #4AE303. Grayscale: #626262. Windows color (decimal): -4907780 or 16522421. OLE color: 16522421.

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

Color convert

RGB 181 28 252 -
CMYK 0.28 0.89 0 0.01
HSL 280.98º 0.97% 0.55% -
HSV(B) 280.98º 0.89% 0.99% -
XYZ 37.04 17.68 93.56 -
YUV 99.28 214.19 186.29 -
System Red Green Blue C M Y K H S L
Decimal 181 28 252 0.28 0.89 0 0.01 280.98 0.97 0.55
Hex B5 1C FC 1C 59 0 1 119 61 37
Octal 265 34 374 34 131 0 1 431 141 67
Binary 10110101 11100 11111100 11100 1011001 0 1 100011001 1100001 110111

Color Harmonies of #B51CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51CFC

Black with #B51CFC

Text Example


Text Example

White with #B51CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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