Html Css Color HEX #B81CE0 Electric Purple

📋 copy color: '#B81CE0'

red 184 ◦ green 28 ◦ blue 224

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

Shades of Electric Purple #B81CE0

Tints of Electric Purple #B81CE0

RGB

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

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

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

R = 42.2%
G = 6.42%
B = 51.38%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B81CE0 (or 0xB81CE0) is known color: Electric Purple. HEX triplet: B8, 1C and E0. RGB value is (184,28,224). Sum of RGB (Red+Green+Blue) = 184+28+224=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #B81CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81CE0 is #47E31F. Grayscale: #606060. Windows color (decimal): -4711200 or 14687416. OLE color: 14687416.

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

Color convert

RGB 184 28 224 -
CMYK 0.18 0.88 0 0.12
HSL 287.76º 0.78% 0.49% -
HSV(B) 287.76º 0.88% 0.88% -
XYZ 33.64 16.4 71.91 -
YUV 96.99 199.68 190.06 -
System Red Green Blue C M Y K H S L
Decimal 184 28 224 0.18 0.88 0 0.12 287.76 0.78 0.49
Hex B8 1C E0 12 58 0 C 120 4E 31
Octal 270 34 340 22 130 0 14 440 116 61
Binary 10111000 11100 11100000 10010 1011000 0 1100 100100000 1001110 110001

Color Harmonies of #B81CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81CE0

Black with #B81CE0

Text Example


Text Example

White with #B81CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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