Html Css Color HEX #B019FE Electric Purple

📋 copy color: '#B019FE'

red 176 ◦ green 25 ◦ blue 254

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

Shades of Electric Purple #B019FE

Tints of Electric Purple #B019FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.82%

R = 38.68%
G = 5.49%
B = 55.82%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B019FE (or 0xB019FE) is known color: Electric Purple. HEX triplet: B0, 19 and FE. RGB value is (176,25,254). Sum of RGB (Red+Green+Blue) = 176+25+254=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 25 (10.16% from 255 or 5.49% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #B019FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B019FE is #4FE601. Grayscale: #5F5F5F. Windows color (decimal): -5236226 or 16652720. OLE color: 16652720.

HSL color Cylindrical-coordinate representation of color #B019FE: hue angle of 279.56º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B019FE is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 25 254 -
CMYK 0.31 0.90 0 0.00
HSL 279.56º 0.99% 0.55% -
HSV(B) 279.56º 0.9% 1% -
XYZ 36.14 17.08 95.16 -
YUV 96.26 217.03 184.88 -
System Red Green Blue C M Y K H S L
Decimal 176 25 254 0.31 0.90 0 0.00 279.56 0.99 0.55
Hex B0 19 FE 1F 5A 0 0 118 63 37
Octal 260 31 376 37 132 0 0 430 143 67
Binary 10110000 11001 11111110 11111 1011010 0 0 100011000 1100011 110111

Color Harmonies of #B019FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019FE

Black with #B019FE

Text Example


Text Example

White with #B019FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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