Html Css Color HEX #B849AF Fuchsia

📋 copy color: '#B849AF'

red 184 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #B849AF

Tints of Fuchsia #B849AF

RGB

 RED value IS 184 (72.27% from 255) = 42.59%

 GREEN value IS 73 (28.91% from 255) = 16.9%

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

R = 42.59%
G = 16.9%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B849AF (or 0xB849AF) is known color: Fuchsia. HEX triplet: B8, 49 and AF. RGB value is (184,73,175). Sum of RGB (Red+Green+Blue) = 184+73+175=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B849AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B849AF is #47B650. Grayscale: #757575. Windows color (decimal): -4699729 or 11487672. OLE color: 11487672.

HSL color Cylindrical-coordinate representation of color #B849AF: hue angle of 304.86º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B849AF is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 73 175 -
CMYK 0 0.60 0.05 0.28
HSL 304.86º 0.44% 0.5% -
HSV(B) 304.86º 0.6% 0.72% -
XYZ 29.89 18.05 42.47 -
YUV 117.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 184 73 175 0 0.60 0.05 0.28 304.86 0.44 0.5
Hex B8 49 AF 0 3C 5 1C 131 2C 32
Octal 270 111 257 0 74 5 34 461 54 62
Binary 10111000 1001001 10101111 0 111100 101 11100 100110001 101100 110010

Color Harmonies of #B849AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B849AF

Black with #B849AF

Text Example


Text Example

White with #B849AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B849AF; }

 p { color: rgb(184,73,175); }

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

background-color css

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

 a { background-color: rgb(184,73,175); }

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

border-color css

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

 span { border-color: rgb(184,73,175); }

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