Html Css Color HEX #B919EE Electric Purple

📋 copy color: '#B919EE'

red 185 ◦ green 25 ◦ blue 238

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

Shades of Electric Purple #B919EE

Tints of Electric Purple #B919EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.13%

R = 41.29%
G = 5.58%
B = 53.13%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B919EE (or 0xB919EE) is known color: Electric Purple. HEX triplet: B9, 19 and EE. RGB value is (185,25,238). Sum of RGB (Red+Green+Blue) = 185+25+238=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #B919EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B919EE is #46E611. Grayscale: #606060. Windows color (decimal): -4646418 or 15604153. OLE color: 15604153.

HSL color Cylindrical-coordinate representation of color #B919EE: hue angle of 285.07º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B919EE is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 25 238 -
CMYK 0.22 0.89 0 0.07
HSL 285.07º 0.86% 0.52% -
HSV(B) 285.07º 0.89% 0.93% -
XYZ 35.79 17.18 82.32 -
YUV 97.12 207.51 190.68 -
System Red Green Blue C M Y K H S L
Decimal 185 25 238 0.22 0.89 0 0.07 285.07 0.86 0.52
Hex B9 19 EE 16 59 0 7 11D 56 34
Octal 271 31 356 26 131 0 7 435 126 64
Binary 10111001 11001 11101110 10110 1011001 0 111 100011101 1010110 110100

Color Harmonies of #B919EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B919EE

Black with #B919EE

Text Example


Text Example

White with #B919EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B919EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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