Html Css Color HEX #B229AF Fuchsia

📋 copy color: '#B229AF'

red 178 ◦ green 41 ◦ blue 175

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

Shades of Fuchsia #B229AF

Tints of Fuchsia #B229AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.42%

R = 45.18%
G = 10.41%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B229AF (or 0xB229AF) is known color: Fuchsia. HEX triplet: B2, 29 and AF. RGB value is (178,41,175). Sum of RGB (Red+Green+Blue) = 178+41+175=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B229AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B229AF is #4DD650. Grayscale: #606060. Windows color (decimal): -5101137 or 11479474. OLE color: 11479474.

HSL color Cylindrical-coordinate representation of color #B229AF: hue angle of 301.31º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B229AF is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 41 175 -
CMYK 0 0.77 0.02 0.30
HSL 301.31º 0.63% 0.43% -
HSV(B) 301.31º 0.77% 0.7% -
XYZ 26.89 14.15 41.87 -
YUV 97.24 171.89 185.6 -
System Red Green Blue C M Y K H S L
Decimal 178 41 175 0 0.77 0.02 0.30 301.31 0.63 0.43
Hex B2 29 AF 0 4D 2 1E 12D 3F 2B
Octal 262 51 257 0 115 2 36 455 77 53
Binary 10110010 101001 10101111 0 1001101 10 11110 100101101 111111 101011

Color Harmonies of #B229AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B229AF

Black with #B229AF

Text Example


Text Example

White with #B229AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B229AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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