Html Css Color HEX #B019EC Electric Purple

📋 copy color: '#B019EC'

red 176 ◦ green 25 ◦ blue 236

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

Shades of Electric Purple #B019EC

Tints of Electric Purple #B019EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54%

R = 40.27%
G = 5.72%
B = 54%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B019EC (or 0xB019EC) is known color: Electric Purple. HEX triplet: B0, 19 and EC. RGB value is (176,25,236). Sum of RGB (Red+Green+Blue) = 176+25+236=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #B019EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B019EC is #4FE613. Grayscale: #5D5D5D. Windows color (decimal): -5236244 or 15473072. OLE color: 15473072.

HSL color Cylindrical-coordinate representation of color #B019EC: hue angle of 282.94º 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 #B019EC is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 25 236 -
CMYK 0.25 0.89 0 0.07
HSL 282.94º 0.85% 0.51% -
HSV(B) 282.94º 0.89% 0.93% -
XYZ 33.39 15.98 80.68 -
YUV 94.2 208.03 186.34 -
System Red Green Blue C M Y K H S L
Decimal 176 25 236 0.25 0.89 0 0.07 282.94 0.85 0.51
Hex B0 19 EC 19 59 0 7 11B 55 33
Octal 260 31 354 31 131 0 7 433 125 63
Binary 10110000 11001 11101100 11001 1011001 0 111 100011011 1010101 110011

Color Harmonies of #B019EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019EC

Black with #B019EC

Text Example


Text Example

White with #B019EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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