Html Css Color HEX #B019EF Electric Purple

📋 copy color: '#B019EF'

red 176 ◦ green 25 ◦ blue 239

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

Shades of Electric Purple #B019EF

Tints of Electric Purple #B019EF

RGB

 RED value IS 176 (69.14% from 255) = 40%

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

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

R = 40%
G = 5.68%
B = 54.32%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B019EF (or 0xB019EF) is known color: Electric Purple. HEX triplet: B0, 19 and EF. RGB value is (176,25,239). Sum of RGB (Red+Green+Blue) = 176+25+239=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #B019EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B019EF is #4FE610. Grayscale: #5D5D5D. Windows color (decimal): -5236241 or 15669680. OLE color: 15669680.

HSL color Cylindrical-coordinate representation of color #B019EF: hue angle of 282.34º 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 #B019EF is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 25 239 -
CMYK 0.26 0.90 0 0.06
HSL 282.34º 0.87% 0.52% -
HSV(B) 282.34º 0.9% 0.94% -
XYZ 33.83 16.16 83 -
YUV 94.55 209.53 186.1 -
System Red Green Blue C M Y K H S L
Decimal 176 25 239 0.26 0.90 0 0.06 282.34 0.87 0.52
Hex B0 19 EF 1A 5A 0 6 11A 57 34
Octal 260 31 357 32 132 0 6 432 127 64
Binary 10110000 11001 11101111 11010 1011010 0 110 100011010 1010111 110100

Color Harmonies of #B019EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019EF

Black with #B019EF

Text Example


Text Example

White with #B019EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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