Html Css Color HEX #B019FD Electric Purple

📋 copy color: '#B019FD'

red 176 ◦ green 25 ◦ blue 253

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

Shades of Electric Purple #B019FD

Tints of Electric Purple #B019FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.73%

R = 38.77%
G = 5.51%
B = 55.73%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B019FD (or 0xB019FD) is known color: Electric Purple. HEX triplet: B0, 19 and FD. RGB value is (176,25,253). Sum of RGB (Red+Green+Blue) = 176+25+253=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #B019FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B019FD is #4FE602. Grayscale: #5F5F5F. Windows color (decimal): -5236227 or 16587184. OLE color: 16587184.

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

Color convert

RGB 176 25 253 -
CMYK 0.30 0.90 0 0.01
HSL 279.74º 0.98% 0.55% -
HSV(B) 279.74º 0.9% 0.99% -
XYZ 35.98 17.02 94.32 -
YUV 96.14 216.53 184.96 -
System Red Green Blue C M Y K H S L
Decimal 176 25 253 0.30 0.90 0 0.01 279.74 0.98 0.55
Hex B0 19 FD 1E 5A 0 1 118 62 37
Octal 260 31 375 36 132 0 1 430 142 67
Binary 10110000 11001 11111101 11110 1011010 0 1 100011000 1100010 110111

Color Harmonies of #B019FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019FD

Black with #B019FD

Text Example


Text Example

White with #B019FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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