Html Css Color HEX #B51CEC Electric Purple

📋 copy color: '#B51CEC'

red 181 ◦ green 28 ◦ blue 236

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

Shades of Electric Purple #B51CEC

Tints of Electric Purple #B51CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.03%

R = 40.67%
G = 6.29%
B = 53.03%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B51CEC (or 0xB51CEC) is known color: Electric Purple. HEX triplet: B5, 1C and EC. RGB value is (181,28,236). Sum of RGB (Red+Green+Blue) = 181+28+236=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #B51CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51CEC is #4AE313. Grayscale: #606060. Windows color (decimal): -4907796 or 15473845. OLE color: 15473845.

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

Color convert

RGB 181 28 236 -
CMYK 0.23 0.88 0 0.07
HSL 284.13º 0.85% 0.52% -
HSV(B) 284.13º 0.88% 0.93% -
XYZ 34.61 16.71 80.76 -
YUV 97.46 206.19 187.59 -
System Red Green Blue C M Y K H S L
Decimal 181 28 236 0.23 0.88 0 0.07 284.13 0.85 0.52
Hex B5 1C EC 17 58 0 7 11C 55 34
Octal 265 34 354 27 130 0 7 434 125 64
Binary 10110101 11100 11101100 10111 1011000 0 111 100011100 1010101 110100

Color Harmonies of #B51CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51CEC

Black with #B51CEC

Text Example


Text Example

White with #B51CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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