Html Css Color HEX #B202FD Electric Purple

📋 copy color: '#B202FD'

red 178 ◦ green 2 ◦ blue 253

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

Shades of Electric Purple #B202FD

Tints of Electric Purple #B202FD

RGB

 RED value IS 178 (69.92% from 255) = 41.11%

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

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

R = 41.11%
G = 0.46%
B = 58.43%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B202FD (or 0xB202FD) is known color: Electric Purple. HEX triplet: B2, 02 and FD. RGB value is (178,2,253). Sum of RGB (Red+Green+Blue) = 178+2+253=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #B202FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B202FD is #4DFD02. Grayscale: #525252. Windows color (decimal): -5111043 or 16581298. OLE color: 16581298.

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

Color convert

RGB 178 2 253 -
CMYK 0.30 0.99 0 0.01
HSL 282.07º 0.98% 0.5% -
HSV(B) 282.07º 0.99% 0.99% -
XYZ 36.11 16.6 94.23 -
YUV 83.24 223.81 195.59 -
System Red Green Blue C M Y K H S L
Decimal 178 2 253 0.30 0.99 0 0.01 282.07 0.98 0.5
Hex B2 2 FD 1E 63 0 1 11A 62 32
Octal 262 2 375 36 143 0 1 432 142 62
Binary 10110010 10 11111101 11110 1100011 0 1 100011010 1100010 110010

Color Harmonies of #B202FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B202FD

Black with #B202FD

Text Example


Text Example

White with #B202FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B202FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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