Html Css Color HEX #B229FB Electric Purple

📋 copy color: '#B229FB'

red 178 ◦ green 41 ◦ blue 251

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

Shades of Electric Purple #B229FB

Tints of Electric Purple #B229FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.4%

R = 37.87%
G = 8.72%
B = 53.4%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B229FB (or 0xB229FB) is known color: Electric Purple. HEX triplet: B2, 29 and FB. RGB value is (178,41,251). Sum of RGB (Red+Green+Blue) = 178+41+251=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #B229FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B229FB is #4DD604. Grayscale: #696969. Windows color (decimal): -5101061 or 16460210. OLE color: 16460210.

HSL color Cylindrical-coordinate representation of color #B229FB: hue angle of 279.14º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B229FB is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 41 251 -
CMYK 0.29 0.84 0 0.02
HSL 279.14º 0.96% 0.57% -
HSV(B) 279.14º 0.84% 0.98% -
XYZ 36.57 18.02 92.82 -
YUV 105.9 209.89 179.42 -
System Red Green Blue C M Y K H S L
Decimal 178 41 251 0.29 0.84 0 0.02 279.14 0.96 0.57
Hex B2 29 FB 1D 54 0 2 117 60 39
Octal 262 51 373 35 124 0 2 427 140 71
Binary 10110010 101001 11111011 11101 1010100 0 10 100010111 1100000 111001

Color Harmonies of #B229FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B229FB

Black with #B229FB

Text Example


Text Example

White with #B229FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B229FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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