Html Css Color HEX #B019ED Electric Purple

📋 copy color: '#B019ED'

red 176 ◦ green 25 ◦ blue 237

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

Shades of Electric Purple #B019ED

Tints of Electric Purple #B019ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.11%

R = 40.18%
G = 5.71%
B = 54.11%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B019ED (or 0xB019ED) is known color: Electric Purple. HEX triplet: B0, 19 and ED. RGB value is (176,25,237). Sum of RGB (Red+Green+Blue) = 176+25+237=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #B019ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B019ED is #4FE612. Grayscale: #5D5D5D. Windows color (decimal): -5236243 or 15538608. OLE color: 15538608.

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

Color convert

RGB 176 25 237 -
CMYK 0.26 0.89 0 0.07
HSL 282.74º 0.85% 0.51% -
HSV(B) 282.74º 0.89% 0.93% -
XYZ 33.54 16.04 81.45 -
YUV 94.32 208.53 186.26 -
System Red Green Blue C M Y K H S L
Decimal 176 25 237 0.26 0.89 0 0.07 282.74 0.85 0.51
Hex B0 19 ED 1A 59 0 7 11B 55 33
Octal 260 31 355 32 131 0 7 433 125 63
Binary 10110000 11001 11101101 11010 1011001 0 111 100011011 1010101 110011

Color Harmonies of #B019ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019ED

Black with #B019ED

Text Example


Text Example

White with #B019ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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