Html Css Color HEX #B849A7 Fuchsia

📋 copy color: '#B849A7'

red 184 ◦ green 73 ◦ blue 167

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

Shades of Fuchsia #B849A7

Tints of Fuchsia #B849A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.39%

R = 43.4%
G = 17.22%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B849A7 (or 0xB849A7) is known color: Fuchsia. HEX triplet: B8, 49 and A7. RGB value is (184,73,167). Sum of RGB (Red+Green+Blue) = 184+73+167=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B849A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B849A7 is #47B658. Grayscale: #747474. Windows color (decimal): -4699737 or 10963384. OLE color: 10963384.

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

Color convert

RGB 184 73 167 -
CMYK 0 0.60 0.09 0.28
HSL 309.19º 0.44% 0.5% -
HSV(B) 309.19º 0.6% 0.72% -
XYZ 29.12 17.75 38.45 -
YUV 116.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 184 73 167 0 0.60 0.09 0.28 309.19 0.44 0.5
Hex B8 49 A7 0 3C 9 1C 135 2C 32
Octal 270 111 247 0 74 11 34 465 54 62
Binary 10111000 1001001 10100111 0 111100 1001 11100 100110101 101100 110010

Color Harmonies of #B849A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B849A7

Black with #B849A7

Text Example


Text Example

White with #B849A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B849A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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