Html Css Color HEX #B024FE Electric Purple

📋 copy color: '#B024FE'

red 176 ◦ green 36 ◦ blue 254

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

Shades of Electric Purple #B024FE

Tints of Electric Purple #B024FE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.73%

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

R = 37.77%
G = 7.73%
B = 54.51%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B024FE (or 0xB024FE) is known color: Electric Purple. HEX triplet: B0, 24 and FE. RGB value is (176,36,254). Sum of RGB (Red+Green+Blue) = 176+36+254=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #B024FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B024FE is #4FDB01. Grayscale: #656565. Windows color (decimal): -5233410 or 16655536. OLE color: 16655536.

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

Color convert

RGB 176 36 254 -
CMYK 0.31 0.86 0 0.00
HSL 278.53º 0.99% 0.57% -
HSV(B) 278.53º 0.86% 1% -
XYZ 36.42 17.65 95.25 -
YUV 102.71 213.38 180.27 -
System Red Green Blue C M Y K H S L
Decimal 176 36 254 0.31 0.86 0 0.00 278.53 0.99 0.57
Hex B0 24 FE 1F 56 0 0 117 63 39
Octal 260 44 376 37 126 0 0 427 143 71
Binary 10110000 100100 11111110 11111 1010110 0 0 100010111 1100011 111001

Color Harmonies of #B024FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024FE

Black with #B024FE

Text Example


Text Example

White with #B024FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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