Html Css Color HEX #B820F8 Electric Purple

📋 copy color: '#B820F8'

red 184 ◦ green 32 ◦ blue 248

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

Shades of Electric Purple #B820F8

Tints of Electric Purple #B820F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.45%

R = 39.66%
G = 6.9%
B = 53.45%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B820F8 (or 0xB820F8) is known color: Electric Purple. HEX triplet: B8, 20 and F8. RGB value is (184,32,248). Sum of RGB (Red+Green+Blue) = 184+32+248=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #B820F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B820F8 is #47DF07. Grayscale: #656565. Windows color (decimal): -4710152 or 16261304. OLE color: 16261304.

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

Color convert

RGB 184 32 248 -
CMYK 0.26 0.87 0 0.03
HSL 282.22º 0.94% 0.55% -
HSV(B) 282.22º 0.87% 0.97% -
XYZ 37.23 18 90.32 -
YUV 102.07 210.36 186.44 -
System Red Green Blue C M Y K H S L
Decimal 184 32 248 0.26 0.87 0 0.03 282.22 0.94 0.55
Hex B8 20 F8 1A 57 0 3 11A 5E 37
Octal 270 40 370 32 127 0 3 432 136 67
Binary 10111000 100000 11111000 11010 1010111 0 11 100011010 1011110 110111

Color Harmonies of #B820F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820F8

Black with #B820F8

Text Example


Text Example

White with #B820F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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