Html Css Color HEX #B847A9 Fuchsia

📋 copy color: '#B847A9'

red 184 ◦ green 71 ◦ blue 169

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

Shades of Fuchsia #B847A9

Tints of Fuchsia #B847A9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.75%

 BLUE value IS 169 (66.41% from 255) = 39.86%

R = 43.4%
G = 16.75%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B847A9 (or 0xB847A9) is known color: Fuchsia. HEX triplet: B8, 47 and A9. RGB value is (184,71,169). Sum of RGB (Red+Green+Blue) = 184+71+169=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 169 (66.41% from 255 or 39.86% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B847A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B847A9 is #47B856. Grayscale: #737373. Windows color (decimal): -4700247 or 11093944. OLE color: 11093944.

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

Color convert

RGB 184 71 169 -
CMYK 0 0.61 0.08 0.28
HSL 307.96º 0.44% 0.5% -
HSV(B) 307.96º 0.61% 0.72% -
XYZ 29.18 17.56 39.39 -
YUV 115.96 157.94 176.53 -
System Red Green Blue C M Y K H S L
Decimal 184 71 169 0 0.61 0.08 0.28 307.96 0.44 0.5
Hex B8 47 A9 0 3D 8 1C 134 2C 32
Octal 270 107 251 0 75 10 34 464 54 62
Binary 10111000 1000111 10101001 0 111101 1000 11100 100110100 101100 110010

Color Harmonies of #B847A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B847A9

Black with #B847A9

Text Example


Text Example

White with #B847A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B847A9; }

 p { color: rgb(184,71,169); }

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

background-color css

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

 a { background-color: rgb(184,71,169); }

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

border-color css

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

 span { border-color: rgb(184,71,169); }

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