Html Css Color HEX #B512E0 Electric Purple

📋 copy color: '#B512E0'

red 181 ◦ green 18 ◦ blue 224

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

Shades of Electric Purple #B512E0

Tints of Electric Purple #B512E0

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.26%

 BLUE value IS 224 (87.89% from 255) = 52.96%

R = 42.79%
G = 4.26%
B = 52.96%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B512E0 (or 0xB512E0) is known color: Electric Purple. HEX triplet: B5, 12 and E0. RGB value is (181,18,224). Sum of RGB (Red+Green+Blue) = 181+18+224=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #B512E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B512E0 is #4AED1F. Grayscale: #595959. Windows color (decimal): -4910368 or 14684853. OLE color: 14684853.

HSL color Cylindrical-coordinate representation of color #B512E0: hue angle of 287.48º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B512E0 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 18 224 -
CMYK 0.19 0.92 0 0.12
HSL 287.48º 0.85% 0.47% -
HSV(B) 287.48º 0.92% 0.88% -
XYZ 32.73 15.64 71.81 -
YUV 90.22 203.5 192.75 -
System Red Green Blue C M Y K H S L
Decimal 181 18 224 0.19 0.92 0 0.12 287.48 0.85 0.47
Hex B5 12 E0 13 5C 0 C 11F 55 2F
Octal 265 22 340 23 134 0 14 437 125 57
Binary 10110101 10010 11100000 10011 1011100 0 1100 100011111 1010101 101111

Color Harmonies of #B512E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B512E0

Black with #B512E0

Text Example


Text Example

White with #B512E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B512E0; }

 p { color: rgb(181,18,224); }

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

background-color css

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

 a { background-color: rgb(181,18,224); }

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

border-color css

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

 span { border-color: rgb(181,18,224); }

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