Html Css Color HEX #B224FE Electric Purple

📋 copy color: '#B224FE'

red 178 ◦ green 36 ◦ blue 254

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

Shades of Electric Purple #B224FE

Tints of Electric Purple #B224FE

RGB

 RED value IS 178 (69.92% from 255) = 38.03%

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

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

R = 38.03%
G = 7.69%
B = 54.27%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B224FE (or 0xB224FE) is known color: Electric Purple. HEX triplet: B2, 24 and FE. RGB value is (178,36,254). Sum of RGB (Red+Green+Blue) = 178+36+254=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #B224FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B224FE is #4DDB01. Grayscale: #666666. Windows color (decimal): -5102338 or 16655538. OLE color: 16655538.

HSL color Cylindrical-coordinate representation of color #B224FE: hue angle of 279.08º 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 #B224FE is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 36 254 -
CMYK 0.30 0.86 0 0.00
HSL 279.08º 0.99% 0.57% -
HSV(B) 279.08º 0.86% 1% -
XYZ 36.88 17.88 95.27 -
YUV 103.31 213.04 181.27 -
System Red Green Blue C M Y K H S L
Decimal 178 36 254 0.30 0.86 0 0.00 279.08 0.99 0.57
Hex B2 24 FE 1E 56 0 0 117 63 39
Octal 262 44 376 36 126 0 0 427 143 71
Binary 10110010 100100 11111110 11110 1010110 0 0 100010111 1100011 111001

Color Harmonies of #B224FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B224FE

Black with #B224FE

Text Example


Text Example

White with #B224FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B224FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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