Html Css Color HEX #B912E5 Electric Purple

📋 copy color: '#B912E5'

red 185 ◦ green 18 ◦ blue 229

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

Shades of Electric Purple #B912E5

Tints of Electric Purple #B912E5

RGB

 RED value IS 185 (72.66% from 255) = 42.82%

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

 BLUE value IS 229 (89.84% from 255) = 53.01%

R = 42.82%
G = 4.17%
B = 53.01%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B912E5 (or 0xB912E5) is known color: Electric Purple. HEX triplet: B9, 12 and E5. RGB value is (185,18,229). Sum of RGB (Red+Green+Blue) = 185+18+229=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 229 (89.84% from 255 or 53.01% from 432); Max value from RGB is 229 - color contains mainly: blue. Hex color #B912E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B912E5 is #46ED1A. Grayscale: #5B5B5B. Windows color (decimal): -4648219 or 15012537. OLE color: 15012537.

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

Color convert

RGB 185 18 229 -
CMYK 0.19 0.92 0 0.10
HSL 287.49º 0.85% 0.48% -
HSV(B) 287.49º 0.92% 0.9% -
XYZ 34.37 16.4 75.48 -
YUV 91.99 205.33 194.34 -
System Red Green Blue C M Y K H S L
Decimal 185 18 229 0.19 0.92 0 0.10 287.49 0.85 0.48
Hex B9 12 E5 13 5C 0 A 11F 55 30
Octal 271 22 345 23 134 0 12 437 125 60
Binary 10111001 10010 11100101 10011 1011100 0 1010 100011111 1010101 110000

Color Harmonies of #B912E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B912E5

Black with #B912E5

Text Example


Text Example

White with #B912E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B912E5; }

 p { color: rgb(185,18,229); }

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

background-color css

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

 a { background-color: rgb(185,18,229); }

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

border-color css

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

 span { border-color: rgb(185,18,229); }

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