Html Css Color HEX #B228FF Electric Purple

📋 copy color: '#B228FF'

red 178 ◦ green 40 ◦ blue 255

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

Shades of Electric Purple #B228FF

Tints of Electric Purple #B228FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.91%

R = 37.63%
G = 8.46%
B = 53.91%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B228FF (or 0xB228FF) is known color: Electric Purple. HEX triplet: B2, 28 and FF. RGB value is (178,40,255). Sum of RGB (Red+Green+Blue) = 178+40+255=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #B228FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B228FF is #4DD700. Grayscale: #696969. Windows color (decimal): -5101313 or 16722098. OLE color: 16722098.

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

Color convert

RGB 178 40 255 -
CMYK 0.30 0.84 0 0
HSL 278.51º 1% 0.58% -
HSV(B) 278.51º 0.84% 1% -
XYZ 37.17 18.2 96.16 -
YUV 105.77 212.22 179.52 -
System Red Green Blue C M Y K H S L
Decimal 178 40 255 0.30 0.84 0 0 278.51 1 0.58
Hex B2 28 FF 1E 54 0 0 117 64 3A
Octal 262 50 377 36 124 0 0 427 144 72
Binary 10110010 101000 11111111 11110 1010100 0 0 100010111 1100100 111010

Color Harmonies of #B228FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B228FF

Black with #B228FF

Text Example


Text Example

White with #B228FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B228FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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