Html Css Color HEX #B228F8 Electric Purple

📋 copy color: '#B228F8'

red 178 ◦ green 40 ◦ blue 248

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

Shades of Electric Purple #B228F8

Tints of Electric Purple #B228F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.22%

R = 38.2%
G = 8.58%
B = 53.22%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B228F8 (or 0xB228F8) is known color: Electric Purple. HEX triplet: B2, 28 and F8. RGB value is (178,40,248). Sum of RGB (Red+Green+Blue) = 178+40+248=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #B228F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B228F8 is #4DD707. Grayscale: #686868. Windows color (decimal): -5101320 or 16263346. OLE color: 16263346.

HSL color Cylindrical-coordinate representation of color #B228F8: hue angle of 279.81º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B228F8 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 40 248 -
CMYK 0.28 0.84 0 0.03
HSL 279.81º 0.94% 0.56% -
HSV(B) 279.81º 0.84% 0.97% -
XYZ 36.06 17.76 90.33 -
YUV 104.97 208.72 180.09 -
System Red Green Blue C M Y K H S L
Decimal 178 40 248 0.28 0.84 0 0.03 279.81 0.94 0.56
Hex B2 28 F8 1C 54 0 3 118 5E 38
Octal 262 50 370 34 124 0 3 430 136 70
Binary 10110010 101000 11111000 11100 1010100 0 11 100011000 1011110 111000

Color Harmonies of #B228F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B228F8

Black with #B228F8

Text Example


Text Example

White with #B228F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B228F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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