Html Css Color HEX #B811E0 Electric Purple

📋 copy color: '#B811E0'

red 184 ◦ green 17 ◦ blue 224

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

Shades of Electric Purple #B811E0

Tints of Electric Purple #B811E0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4%

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

R = 43.29%
G = 4%
B = 52.71%

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

#B811E0 (or 0xB811E0) is known color: Electric Purple. HEX triplet: B8, 11 and E0. RGB value is (184,17,224). Sum of RGB (Red+Green+Blue) = 184+17+224=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 224 (87.89% from 255 or 52.71% from 425); Max value from RGB is 224 - color contains mainly: blue. Hex color #B811E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B811E0 is #47EE1F. Grayscale: #595959. Windows color (decimal): -4714016 or 14684600. OLE color: 14684600.

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

Color convert

RGB 184 17 224 -
CMYK 0.18 0.92 0 0.12
HSL 288.41º 0.86% 0.47% -
HSV(B) 288.41º 0.92% 0.88% -
XYZ 33.42 15.97 71.84 -
YUV 90.53 203.33 194.67 -
System Red Green Blue C M Y K H S L
Decimal 184 17 224 0.18 0.92 0 0.12 288.41 0.86 0.47
Hex B8 11 E0 12 5C 0 C 120 56 2F
Octal 270 21 340 22 134 0 14 440 126 57
Binary 10111000 10001 11100000 10010 1011100 0 1100 100100000 1010110 101111

Color Harmonies of #B811E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B811E0

Black with #B811E0

Text Example


Text Example

White with #B811E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B811E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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