Html Css Color HEX #B802F7 Electric Purple

📋 copy color: '#B802F7'

red 184 ◦ green 2 ◦ blue 247

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

Shades of Electric Purple #B802F7

Tints of Electric Purple #B802F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 57.04%

R = 42.49%
G = 0.46%
B = 57.04%

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

#B802F7 (or 0xB802F7) is known color: Electric Purple. HEX triplet: B8, 02 and F7. RGB value is (184,2,247). Sum of RGB (Red+Green+Blue) = 184+2+247=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 247 (96.88% from 255 or 57.04% from 433); Max value from RGB is 247 - color contains mainly: blue. Hex color #B802F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B802F7 is #47FD08. Grayscale: #535353. Windows color (decimal): -4717833 or 16188088. OLE color: 16188088.

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

Color convert

RGB 184 2 247 -
CMYK 0.26 0.99 0 0.03
HSL 284.57º 0.98% 0.49% -
HSV(B) 284.57º 0.99% 0.97% -
XYZ 36.58 16.95 89.34 -
YUV 84.35 219.8 199.08 -
System Red Green Blue C M Y K H S L
Decimal 184 2 247 0.26 0.99 0 0.03 284.57 0.98 0.49
Hex B8 2 F7 1A 63 0 3 11D 62 31
Octal 270 2 367 32 143 0 3 435 142 61
Binary 10111000 10 11110111 11010 1100011 0 11 100011101 1100010 110001

Color Harmonies of #B802F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B802F7

Black with #B802F7

Text Example


Text Example

White with #B802F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B802F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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