Html Css Color HEX #B024FD Electric Purple

📋 copy color: '#B024FD'

red 176 ◦ green 36 ◦ blue 253

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

Shades of Electric Purple #B024FD

Tints of Electric Purple #B024FD

RGB

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

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

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

R = 37.85%
G = 7.74%
B = 54.41%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B024FD (or 0xB024FD) is known color: Electric Purple. HEX triplet: B0, 24 and FD. RGB value is (176,36,253). Sum of RGB (Red+Green+Blue) = 176+36+253=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #B024FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B024FD is #4FDB02. Grayscale: #656565. Windows color (decimal): -5233411 or 16590000. OLE color: 16590000.

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

Color convert

RGB 176 36 253 -
CMYK 0.30 0.86 0 0.01
HSL 278.71º 0.98% 0.57% -
HSV(B) 278.71º 0.86% 0.99% -
XYZ 36.27 17.58 94.41 -
YUV 102.6 212.88 180.36 -
System Red Green Blue C M Y K H S L
Decimal 176 36 253 0.30 0.86 0 0.01 278.71 0.98 0.57
Hex B0 24 FD 1E 56 0 1 117 62 39
Octal 260 44 375 36 126 0 1 427 142 71
Binary 10110000 100100 11111101 11110 1010110 0 1 100010111 1100010 111001

Color Harmonies of #B024FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024FD

Black with #B024FD

Text Example


Text Example

White with #B024FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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