Html Css Color HEX #B847AF Fuchsia

📋 copy color: '#B847AF'

red 184 ◦ green 71 ◦ blue 175

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

Shades of Fuchsia #B847AF

Tints of Fuchsia #B847AF

RGB

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

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

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

R = 42.79%
G = 16.51%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B847AF (or 0xB847AF) is known color: Fuchsia. HEX triplet: B8, 47 and AF. RGB value is (184,71,175). Sum of RGB (Red+Green+Blue) = 184+71+175=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B847AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B847AF is #47B850. Grayscale: #747474. Windows color (decimal): -4700241 or 11487160. OLE color: 11487160.

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

Color convert

RGB 184 71 175 -
CMYK 0 0.61 0.05 0.28
HSL 304.78º 0.44% 0.5% -
HSV(B) 304.78º 0.61% 0.72% -
XYZ 29.76 17.79 42.42 -
YUV 116.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 184 71 175 0 0.61 0.05 0.28 304.78 0.44 0.5
Hex B8 47 AF 0 3D 5 1C 131 2C 32
Octal 270 107 257 0 75 5 34 461 54 62
Binary 10111000 1000111 10101111 0 111101 101 11100 100110001 101100 110010

Color Harmonies of #B847AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B847AF

Black with #B847AF

Text Example


Text Example

White with #B847AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B847AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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