Html Css Color HEX #B819FA Electric Purple

📋 copy color: '#B819FA'

red 184 ◦ green 25 ◦ blue 250

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

Shades of Electric Purple #B819FA

Tints of Electric Purple #B819FA

RGB

 RED value IS 184 (72.27% from 255) = 40.09%

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

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

R = 40.09%
G = 5.45%
B = 54.47%

CMYK

 C value IS 0.26

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B819FA (or 0xB819FA) is known color: Electric Purple. HEX triplet: B8, 19 and FA. RGB value is (184,25,250). Sum of RGB (Red+Green+Blue) = 184+25+250=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #B819FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B819FA is #47E605. Grayscale: #616161. Windows color (decimal): -4711942 or 16390584. OLE color: 16390584.

HSL color Cylindrical-coordinate representation of color #B819FA: hue angle of 282.4º 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 #B819FA is Cyan = 0.26, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 25 250 -
CMYK 0.26 0.9 0 0.02
HSL 282.4º 0.96% 0.54% -
HSV(B) 282.4º 0.9% 0.98% -
XYZ 37.37 17.79 91.91 -
YUV 98.19 213.68 189.2 -
System Red Green Blue C M Y K H S L
Decimal 184 25 250 0.26 0.9 0 0.02 282.4 0.96 0.54
Hex B8 19 FA 1A 5A 0 2 11A 60 36
Octal 270 31 372 32 132 0 2 432 140 66
Binary 10111000 11001 11111010 11010 1011010 0 10 100011010 1100000 110110

Color Harmonies of #B819FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B819FA

Black with #B819FA

Text Example


Text Example

White with #B819FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B819FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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