Html Css Color HEX #B024FC Electric Purple

📋 copy color: '#B024FC'

red 176 ◦ green 36 ◦ blue 252

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

Shades of Electric Purple #B024FC

Tints of Electric Purple #B024FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.31%

R = 37.93%
G = 7.76%
B = 54.31%

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

#B024FC (or 0xB024FC) is known color: Electric Purple. HEX triplet: B0, 24 and FC. RGB value is (176,36,252). Sum of RGB (Red+Green+Blue) = 176+36+252=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #B024FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B024FC is #4FDB03. Grayscale: #656565. Windows color (decimal): -5233412 or 16524464. OLE color: 16524464.

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

Color convert

RGB 176 36 252 -
CMYK 0.30 0.86 0 0.01
HSL 278.89º 0.97% 0.56% -
HSV(B) 278.89º 0.86% 0.99% -
XYZ 36.11 17.52 93.57 -
YUV 102.48 212.38 180.44 -
System Red Green Blue C M Y K H S L
Decimal 176 36 252 0.30 0.86 0 0.01 278.89 0.97 0.56
Hex B0 24 FC 1E 56 0 1 117 61 38
Octal 260 44 374 36 126 0 1 427 141 70
Binary 10110000 100100 11111100 11110 1010110 0 1 100010111 1100001 111000

Color Harmonies of #B024FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024FC

Black with #B024FC

Text Example


Text Example

White with #B024FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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