Html Css Color HEX #B02CFE Electric Purple

📋 copy color: '#B02CFE'

red 176 ◦ green 44 ◦ blue 254

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

Shades of Electric Purple #B02CFE

Tints of Electric Purple #B02CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.59%

R = 37.13%
G = 9.28%
B = 53.59%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B02CFE (or 0xB02CFE) is known color: Electric Purple. HEX triplet: B0, 2C and FE. RGB value is (176,44,254). Sum of RGB (Red+Green+Blue) = 176+44+254=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #B02CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02CFE is #4FD301. Grayscale: #6A6A6A. Windows color (decimal): -5231362 or 16657584. OLE color: 16657584.

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

Color convert

RGB 176 44 254 -
CMYK 0.31 0.83 0 0.00
HSL 277.71º 0.99% 0.58% -
HSV(B) 277.71º 0.83% 1% -
XYZ 36.69 18.19 95.34 -
YUV 107.41 210.73 176.92 -
System Red Green Blue C M Y K H S L
Decimal 176 44 254 0.31 0.83 0 0.00 277.71 0.99 0.58
Hex B0 2C FE 1F 53 0 0 116 63 3A
Octal 260 54 376 37 123 0 0 426 143 72
Binary 10110000 101100 11111110 11111 1010011 0 0 100010110 1100011 111010

Color Harmonies of #B02CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02CFE

Black with #B02CFE

Text Example


Text Example

White with #B02CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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