Html Css Color HEX #B02CFD Electric Purple

📋 copy color: '#B02CFD'

red 176 ◦ green 44 ◦ blue 253

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

Shades of Electric Purple #B02CFD

Tints of Electric Purple #B02CFD

RGB

 RED value IS 176 (69.14% from 255) = 37.21%

 GREEN value IS 44 (17.58% from 255) = 9.3%

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

R = 37.21%
G = 9.3%
B = 53.49%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B02CFD (or 0xB02CFD) is known color: Electric Purple. HEX triplet: B0, 2C and FD. RGB value is (176,44,253). Sum of RGB (Red+Green+Blue) = 176+44+253=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #B02CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02CFD is #4FD302. Grayscale: #6A6A6A. Windows color (decimal): -5231363 or 16592048. OLE color: 16592048.

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

Color convert

RGB 176 44 253 -
CMYK 0.30 0.83 0 0.01
HSL 277.89º 0.98% 0.58% -
HSV(B) 277.89º 0.83% 0.99% -
XYZ 36.53 18.12 94.5 -
YUV 107.29 210.23 177.01 -
System Red Green Blue C M Y K H S L
Decimal 176 44 253 0.30 0.83 0 0.01 277.89 0.98 0.58
Hex B0 2C FD 1E 53 0 1 116 62 3A
Octal 260 54 375 36 123 0 1 426 142 72
Binary 10110000 101100 11111101 11110 1010011 0 1 100010110 1100010 111010

Color Harmonies of #B02CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02CFD

Black with #B02CFD

Text Example


Text Example

White with #B02CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02CFD; }

 p { color: rgb(176,44,253); }

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

background-color css

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

 a { background-color: rgb(176,44,253); }

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

border-color css

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

 span { border-color: rgb(176,44,253); }

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