Html Css Color HEX #B849AD Fuchsia

📋 copy color: '#B849AD'

red 184 ◦ green 73 ◦ blue 173

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

Shades of Fuchsia #B849AD

Tints of Fuchsia #B849AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 42.79%
G = 16.98%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B849AD (or 0xB849AD) is known color: Fuchsia. HEX triplet: B8, 49 and AD. RGB value is (184,73,173). Sum of RGB (Red+Green+Blue) = 184+73+173=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B849AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B849AD is #47B652. Grayscale: #757575. Windows color (decimal): -4699731 or 11356600. OLE color: 11356600.

HSL color Cylindrical-coordinate representation of color #B849AD: hue angle of 305.95º 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 #B849AD is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 73 173 -
CMYK 0 0.60 0.06 0.28
HSL 305.95º 0.44% 0.5% -
HSV(B) 305.95º 0.6% 0.72% -
XYZ 29.69 17.97 41.44 -
YUV 117.59 159.27 175.37 -
System Red Green Blue C M Y K H S L
Decimal 184 73 173 0 0.60 0.06 0.28 305.95 0.44 0.5
Hex B8 49 AD 0 3C 6 1C 132 2C 32
Octal 270 111 255 0 74 6 34 462 54 62
Binary 10111000 1001001 10101101 0 111100 110 11100 100110010 101100 110010

Color Harmonies of #B849AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B849AD

Black with #B849AD

Text Example


Text Example

White with #B849AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B849AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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