Html Css Color HEX #B812E0 Electric Purple

📋 copy color: '#B812E0'

red 184 ◦ green 18 ◦ blue 224

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

Shades of Electric Purple #B812E0

Tints of Electric Purple #B812E0

RGB

 RED value IS 184 (72.27% from 255) = 43.19%

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

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

R = 43.19%
G = 4.23%
B = 52.58%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B812E0 (or 0xB812E0) is known color: Electric Purple. HEX triplet: B8, 12 and E0. RGB value is (184,18,224). Sum of RGB (Red+Green+Blue) = 184+18+224=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #B812E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812E0 is #47ED1F. Grayscale: #5A5A5A. Windows color (decimal): -4713760 or 14684856. OLE color: 14684856.

HSL color Cylindrical-coordinate representation of color #B812E0: hue angle of 288.35º 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 #B812E0 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 18 224 -
CMYK 0.18 0.92 0 0.12
HSL 288.35º 0.85% 0.47% -
HSV(B) 288.35º 0.92% 0.88% -
XYZ 33.44 16 71.85 -
YUV 91.12 203 194.25 -
System Red Green Blue C M Y K H S L
Decimal 184 18 224 0.18 0.92 0 0.12 288.35 0.85 0.47
Hex B8 12 E0 12 5C 0 C 120 55 2F
Octal 270 22 340 22 134 0 14 440 125 57
Binary 10111000 10010 11100000 10010 1011100 0 1100 100100000 1010101 101111

Color Harmonies of #B812E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B812E0

Black with #B812E0

Text Example


Text Example

White with #B812E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B812E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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