Html Css Color HEX #B51EEC Electric Purple

📋 copy color: '#B51EEC'

red 181 ◦ green 30 ◦ blue 236

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

Shades of Electric Purple #B51EEC

Tints of Electric Purple #B51EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.71%

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

R = 40.49%
G = 6.71%
B = 52.8%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B51EEC (or 0xB51EEC) is known color: Electric Purple. HEX triplet: B5, 1E and EC. RGB value is (181,30,236). Sum of RGB (Red+Green+Blue) = 181+30+236=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #B51EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51EEC is #4AE113. Grayscale: #616161. Windows color (decimal): -4907284 or 15474357. OLE color: 15474357.

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

Color convert

RGB 181 30 236 -
CMYK 0.23 0.87 0 0.07
HSL 283.98º 0.84% 0.52% -
HSV(B) 283.98º 0.87% 0.93% -
XYZ 34.66 16.81 80.77 -
YUV 98.63 205.53 186.75 -
System Red Green Blue C M Y K H S L
Decimal 181 30 236 0.23 0.87 0 0.07 283.98 0.84 0.52
Hex B5 1E EC 17 57 0 7 11C 54 34
Octal 265 36 354 27 127 0 7 434 124 64
Binary 10110101 11110 11101100 10111 1010111 0 111 100011100 1010100 110100

Color Harmonies of #B51EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51EEC

Black with #B51EEC

Text Example


Text Example

White with #B51EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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