Html Css Color HEX #B229FD Electric Purple

📋 copy color: '#B229FD'

red 178 ◦ green 41 ◦ blue 253

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

Shades of Electric Purple #B229FD

Tints of Electric Purple #B229FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.6%

R = 37.71%
G = 8.69%
B = 53.6%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B229FD (or 0xB229FD) is known color: Electric Purple. HEX triplet: B2, 29 and FD. RGB value is (178,41,253). Sum of RGB (Red+Green+Blue) = 178+41+253=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #B229FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B229FD is #4DD602. Grayscale: #696969. Windows color (decimal): -5101059 or 16591282. OLE color: 16591282.

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

Color convert

RGB 178 41 253 -
CMYK 0.30 0.84 0 0.01
HSL 278.77º 0.98% 0.58% -
HSV(B) 278.77º 0.84% 0.99% -
XYZ 36.88 18.14 94.49 -
YUV 106.13 210.89 179.26 -
System Red Green Blue C M Y K H S L
Decimal 178 41 253 0.30 0.84 0 0.01 278.77 0.98 0.58
Hex B2 29 FD 1E 54 0 1 117 62 3A
Octal 262 51 375 36 124 0 1 427 142 72
Binary 10110010 101001 11111101 11110 1010100 0 1 100010111 1100010 111010

Color Harmonies of #B229FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B229FD

Black with #B229FD

Text Example


Text Example

White with #B229FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B229FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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