Html Css Color HEX #B51CE1 Electric Purple

📋 copy color: '#B51CE1'

red 181 ◦ green 28 ◦ blue 225

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

Shades of Electric Purple #B51CE1

Tints of Electric Purple #B51CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.84%

R = 41.71%
G = 6.45%
B = 51.84%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B51CE1 (or 0xB51CE1) is known color: Electric Purple. HEX triplet: B5, 1C and E1. RGB value is (181,28,225). Sum of RGB (Red+Green+Blue) = 181+28+225=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #B51CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51CE1 is #4AE31E. Grayscale: #5F5F5F. Windows color (decimal): -4907807 or 14752949. OLE color: 14752949.

HSL color Cylindrical-coordinate representation of color #B51CE1: hue angle of 286.6º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51CE1 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 28 225 -
CMYK 0.20 0.88 0 0.12
HSL 286.6º 0.78% 0.5% -
HSV(B) 286.6º 0.88% 0.88% -
XYZ 33.06 16.09 72.6 -
YUV 96.21 200.69 188.48 -
System Red Green Blue C M Y K H S L
Decimal 181 28 225 0.20 0.88 0 0.12 286.6 0.78 0.5
Hex B5 1C E1 14 58 0 C 11F 4E 32
Octal 265 34 341 24 130 0 14 437 116 62
Binary 10110101 11100 11100001 10100 1011000 0 1100 100011111 1001110 110010

Color Harmonies of #B51CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51CE1

Black with #B51CE1

Text Example


Text Example

White with #B51CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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