Html Css Color HEX #B229FC Electric Purple

📋 copy color: '#B229FC'

red 178 ◦ green 41 ◦ blue 252

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

Shades of Electric Purple #B229FC

Tints of Electric Purple #B229FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.5%

R = 37.79%
G = 8.7%
B = 53.5%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B229FC (or 0xB229FC) is known color: Electric Purple. HEX triplet: B2, 29 and FC. RGB value is (178,41,252). Sum of RGB (Red+Green+Blue) = 178+41+252=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 41 (16.41% from 255 or 8.70% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #B229FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B229FC is #4DD603. Grayscale: #696969. Windows color (decimal): -5101060 or 16525746. OLE color: 16525746.

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

Color convert

RGB 178 41 252 -
CMYK 0.29 0.84 0 0.01
HSL 278.96º 0.97% 0.57% -
HSV(B) 278.96º 0.84% 0.99% -
XYZ 36.72 18.08 93.65 -
YUV 106.02 210.39 179.34 -
System Red Green Blue C M Y K H S L
Decimal 178 41 252 0.29 0.84 0 0.01 278.96 0.97 0.57
Hex B2 29 FC 1D 54 0 1 117 61 39
Octal 262 51 374 35 124 0 1 427 141 71
Binary 10110010 101001 11111100 11101 1010100 0 1 100010111 1100001 111001

Color Harmonies of #B229FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B229FC

Black with #B229FC

Text Example


Text Example

White with #B229FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B229FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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