Html Css Color HEX #B919EF Electric Purple

📋 copy color: '#B919EF'

red 185 ◦ green 25 ◦ blue 239

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

Shades of Electric Purple #B919EF

Tints of Electric Purple #B919EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.23%

R = 41.2%
G = 5.57%
B = 53.23%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B919EF (or 0xB919EF) is known color: Electric Purple. HEX triplet: B9, 19 and EF. RGB value is (185,25,239). Sum of RGB (Red+Green+Blue) = 185+25+239=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #B919EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B919EF is #46E610. Grayscale: #606060. Windows color (decimal): -4646417 or 15669689. OLE color: 15669689.

HSL color Cylindrical-coordinate representation of color #B919EF: hue angle of 284.86º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B919EF is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 25 239 -
CMYK 0.23 0.90 0 0.06
HSL 284.86º 0.87% 0.52% -
HSV(B) 284.86º 0.9% 0.94% -
XYZ 35.94 17.24 83.1 -
YUV 97.24 208.01 190.6 -
System Red Green Blue C M Y K H S L
Decimal 185 25 239 0.23 0.90 0 0.06 284.86 0.87 0.52
Hex B9 19 EF 17 5A 0 6 11D 57 34
Octal 271 31 357 27 132 0 6 435 127 64
Binary 10111001 11001 11101111 10111 1011010 0 110 100011101 1010111 110100

Color Harmonies of #B919EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B919EF

Black with #B919EF

Text Example


Text Example

White with #B919EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B919EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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