Html Css Color HEX #B802F8 Electric Purple

📋 copy color: '#B802F8'

red 184 ◦ green 2 ◦ blue 248

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

Shades of Electric Purple #B802F8

Tints of Electric Purple #B802F8

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

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

R = 42.4%
G = 0.46%
B = 57.14%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B802F8 (or 0xB802F8) is known color: Electric Purple. HEX triplet: B8, 02 and F8. RGB value is (184,2,248). Sum of RGB (Red+Green+Blue) = 184+2+248=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 248 (97.27% from 255 or 57.14% from 434); Max value from RGB is 248 - color contains mainly: blue. Hex color #B802F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B802F8 is #47FD07. Grayscale: #535353. Windows color (decimal): -4717832 or 16253624. OLE color: 16253624.

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

Color convert

RGB 184 2 248 -
CMYK 0.26 0.99 0 0.03
HSL 284.39º 0.98% 0.49% -
HSV(B) 284.39º 0.99% 0.97% -
XYZ 36.73 17.01 90.15 -
YUV 84.46 220.3 199 -
System Red Green Blue C M Y K H S L
Decimal 184 2 248 0.26 0.99 0 0.03 284.39 0.98 0.49
Hex B8 2 F8 1A 63 0 3 11C 62 31
Octal 270 2 370 32 143 0 3 434 142 61
Binary 10111000 10 11111000 11010 1100011 0 11 100011100 1100010 110001

Color Harmonies of #B802F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B802F8

Black with #B802F8

Text Example


Text Example

White with #B802F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B802F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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