Html Css Color HEX #B219FA Electric Purple

📋 copy color: '#B219FA'

red 178 ◦ green 25 ◦ blue 250

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

Shades of Electric Purple #B219FA

Tints of Electric Purple #B219FA

RGB

 RED value IS 178 (69.92% from 255) = 39.29%

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

 BLUE value IS 250 (98.05% from 255) = 55.19%

R = 39.29%
G = 5.52%
B = 55.19%

CMYK

 C value IS 0.29

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B219FA (or 0xB219FA) is known color: Electric Purple. HEX triplet: B2, 19 and FA. RGB value is (178,25,250). Sum of RGB (Red+Green+Blue) = 178+25+250=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #B219FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B219FA is #4DE605. Grayscale: #5F5F5F. Windows color (decimal): -5105158 or 16390578. OLE color: 16390578.

HSL color Cylindrical-coordinate representation of color #B219FA: hue angle of 280.8º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B219FA is Cyan = 0.29, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 25 250 -
CMYK 0.29 0.9 0 0.02
HSL 280.8º 0.96% 0.54% -
HSV(B) 280.8º 0.9% 0.98% -
XYZ 35.96 17.06 91.84 -
YUV 96.4 214.69 186.2 -
System Red Green Blue C M Y K H S L
Decimal 178 25 250 0.29 0.9 0 0.02 280.8 0.96 0.54
Hex B2 19 FA 1D 5A 0 2 119 60 36
Octal 262 31 372 35 132 0 2 431 140 66
Binary 10110010 11001 11111010 11101 1011010 0 10 100011001 1100000 110110

Color Harmonies of #B219FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219FA

Black with #B219FA

Text Example


Text Example

White with #B219FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219FA; }

 p { color: rgb(178,25,250); }

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

background-color css

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

 a { background-color: rgb(178,25,250); }

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

border-color css

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

 span { border-color: rgb(178,25,250); }

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