Html Css Color HEX #B229FF Electric Purple

📋 copy color: '#B229FF'

red 178 ◦ green 41 ◦ blue 255

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

Shades of Electric Purple #B229FF

Tints of Electric Purple #B229FF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.65%

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

R = 37.55%
G = 8.65%
B = 53.8%

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

#B229FF (or 0xB229FF) is known color: Electric Purple. HEX triplet: B2, 29 and FF. RGB value is (178,41,255). Sum of RGB (Red+Green+Blue) = 178+41+255=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #B229FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B229FF is #4DD600. Grayscale: #696969. Windows color (decimal): -5101057 or 16722354. OLE color: 16722354.

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

Color convert

RGB 178 41 255 -
CMYK 0.30 0.84 0 0
HSL 278.41º 1% 0.58% -
HSV(B) 278.41º 0.84% 1% -
XYZ 37.2 18.27 96.17 -
YUV 106.36 211.89 179.1 -
System Red Green Blue C M Y K H S L
Decimal 178 41 255 0.30 0.84 0 0 278.41 1 0.58
Hex B2 29 FF 1E 54 0 0 116 64 3A
Octal 262 51 377 36 124 0 0 426 144 72
Binary 10110010 101001 11111111 11110 1010100 0 0 100010110 1100100 111010

Color Harmonies of #B229FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B229FF

Black with #B229FF

Text Example


Text Example

White with #B229FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B229FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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