Html Css Color HEX #B919E0 Electric Purple

📋 copy color: '#B919E0'

red 185 ◦ green 25 ◦ blue 224

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

Shades of Electric Purple #B919E0

Tints of Electric Purple #B919E0

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.76%

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

R = 42.63%
G = 5.76%
B = 51.61%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B919E0 (or 0xB919E0) is known color: Electric Purple. HEX triplet: B9, 19 and E0. RGB value is (185,25,224). Sum of RGB (Red+Green+Blue) = 185+25+224=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #B919E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B919E0 is #46E61F. Grayscale: #5E5E5E. Windows color (decimal): -4646432 or 14686649. OLE color: 14686649.

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

Color convert

RGB 185 25 224 -
CMYK 0.17 0.89 0 0.12
HSL 288.24º 0.8% 0.49% -
HSV(B) 288.24º 0.89% 0.88% -
XYZ 33.81 16.39 71.9 -
YUV 95.53 200.51 191.82 -
System Red Green Blue C M Y K H S L
Decimal 185 25 224 0.17 0.89 0 0.12 288.24 0.8 0.49
Hex B9 19 E0 11 59 0 C 120 50 31
Octal 271 31 340 21 131 0 14 440 120 61
Binary 10111001 11001 11100000 10001 1011001 0 1100 100100000 1010000 110001

Color Harmonies of #B919E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B919E0

Black with #B919E0

Text Example


Text Example

White with #B919E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B919E0; }

 p { color: rgb(185,25,224); }

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

background-color css

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

 a { background-color: rgb(185,25,224); }

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

border-color css

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

 span { border-color: rgb(185,25,224); }

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