Html Css Color HEX #B228FE Electric Purple

📋 copy color: '#B228FE'

red 178 ◦ green 40 ◦ blue 254

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

Shades of Electric Purple #B228FE

Tints of Electric Purple #B228FE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.47%

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

R = 37.71%
G = 8.47%
B = 53.81%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B228FE (or 0xB228FE) is known color: Electric Purple. HEX triplet: B2, 28 and FE. RGB value is (178,40,254). Sum of RGB (Red+Green+Blue) = 178+40+254=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #B228FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B228FE is #4DD701. Grayscale: #686868. Windows color (decimal): -5101314 or 16656562. OLE color: 16656562.

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

Color convert

RGB 178 40 254 -
CMYK 0.30 0.84 0 0.00
HSL 278.69º 0.99% 0.58% -
HSV(B) 278.69º 0.84% 1% -
XYZ 37.01 18.14 95.32 -
YUV 105.66 211.72 179.6 -
System Red Green Blue C M Y K H S L
Decimal 178 40 254 0.30 0.84 0 0.00 278.69 0.99 0.58
Hex B2 28 FE 1E 54 0 0 117 63 3A
Octal 262 50 376 36 124 0 0 427 143 72
Binary 10110010 101000 11111110 11110 1010100 0 0 100010111 1100011 111010

Color Harmonies of #B228FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B228FE

Black with #B228FE

Text Example


Text Example

White with #B228FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B228FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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