Html Css Color HEX #B802FD Electric Purple

📋 copy color: '#B802FD'

red 184 ◦ green 2 ◦ blue 253

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

Shades of Electric Purple #B802FD

Tints of Electric Purple #B802FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.63%

R = 41.91%
G = 0.46%
B = 57.63%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B802FD (or 0xB802FD) is known color: Electric Purple. HEX triplet: B8, 02 and FD. RGB value is (184,2,253). Sum of RGB (Red+Green+Blue) = 184+2+253=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #B802FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B802FD is #47FD02. Grayscale: #545454. Windows color (decimal): -4717827 or 16581304. OLE color: 16581304.

HSL color Cylindrical-coordinate representation of color #B802FD: hue angle of 283.51º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B802FD is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 2 253 -
CMYK 0.27 0.99 0 0.01
HSL 283.51º 0.98% 0.5% -
HSV(B) 283.51º 0.99% 0.99% -
XYZ 37.52 17.33 94.3 -
YUV 85.03 222.8 198.59 -
System Red Green Blue C M Y K H S L
Decimal 184 2 253 0.27 0.99 0 0.01 283.51 0.98 0.5
Hex B8 2 FD 1B 63 0 1 11C 62 32
Octal 270 2 375 33 143 0 1 434 142 62
Binary 10111000 10 11111101 11011 1100011 0 1 100011100 1100010 110010

Color Harmonies of #B802FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B802FD

Black with #B802FD

Text Example


Text Example

White with #B802FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B802FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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