Html Css Color HEX #B820FA Electric Purple

📋 copy color: '#B820FA'

red 184 ◦ green 32 ◦ blue 250

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

Shades of Electric Purple #B820FA

Tints of Electric Purple #B820FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.87%

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

R = 39.48%
G = 6.87%
B = 53.65%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B820FA (or 0xB820FA) is known color: Electric Purple. HEX triplet: B8, 20 and FA. RGB value is (184,32,250). Sum of RGB (Red+Green+Blue) = 184+32+250=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #B820FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B820FA is #47DF05. Grayscale: #656565. Windows color (decimal): -4710150 or 16392376. OLE color: 16392376.

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

Color convert

RGB 184 32 250 -
CMYK 0.26 0.87 0 0.02
HSL 281.83º 0.96% 0.55% -
HSV(B) 281.83º 0.87% 0.98% -
XYZ 37.54 18.13 91.96 -
YUV 102.3 211.36 186.27 -
System Red Green Blue C M Y K H S L
Decimal 184 32 250 0.26 0.87 0 0.02 281.83 0.96 0.55
Hex B8 20 FA 1A 57 0 2 11A 60 37
Octal 270 40 372 32 127 0 2 432 140 67
Binary 10111000 100000 11111010 11010 1010111 0 10 100011010 1100000 110111

Color Harmonies of #B820FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820FA

Black with #B820FA

Text Example


Text Example

White with #B820FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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