Html Css Color HEX #B919E4 Electric Purple

📋 copy color: '#B919E4'

red 185 ◦ green 25 ◦ blue 228

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

Shades of Electric Purple #B919E4

Tints of Electric Purple #B919E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 52.05%

R = 42.24%
G = 5.71%
B = 52.05%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B919E4 (or 0xB919E4) is known color: Electric Purple. HEX triplet: B9, 19 and E4. RGB value is (185,25,228). Sum of RGB (Red+Green+Blue) = 185+25+228=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 228 (89.45% from 255 or 52.05% from 438); Max value from RGB is 228 - color contains mainly: blue. Hex color #B919E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B919E4 is #46E61B. Grayscale: #5F5F5F. Windows color (decimal): -4646428 or 14948793. OLE color: 14948793.

HSL color Cylindrical-coordinate representation of color #B919E4: hue angle of 287.29º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B919E4 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 25 228 -
CMYK 0.19 0.89 0 0.11
HSL 287.29º 0.8% 0.5% -
HSV(B) 287.29º 0.89% 0.89% -
XYZ 34.36 16.61 74.79 -
YUV 95.98 202.51 191.49 -
System Red Green Blue C M Y K H S L
Decimal 185 25 228 0.19 0.89 0 0.11 287.29 0.8 0.5
Hex B9 19 E4 13 59 0 B 11F 50 32
Octal 271 31 344 23 131 0 13 437 120 62
Binary 10111001 11001 11100100 10011 1011001 0 1011 100011111 1010000 110010

Color Harmonies of #B919E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B919E4

Black with #B919E4

Text Example


Text Example

White with #B919E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B919E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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