Html Css Color HEX #B856AD Fuchsia

📋 copy color: '#B856AD'

red 184 ◦ green 86 ◦ blue 173

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

Shades of Fuchsia #B856AD

Tints of Fuchsia #B856AD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.41%

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

R = 41.53%
G = 19.41%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B856AD (or 0xB856AD) is known color: Fuchsia. HEX triplet: B8, 56 and AD. RGB value is (184,86,173). Sum of RGB (Red+Green+Blue) = 184+86+173=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B856AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B856AD is #47A952. Grayscale: #7C7C7C. Windows color (decimal): -4696403 or 11359928. OLE color: 11359928.

HSL color Cylindrical-coordinate representation of color #B856AD: hue angle of 306.73º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B856AD is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 86 173 -
CMYK 0 0.53 0.06 0.28
HSL 306.73º 0.41% 0.53% -
HSV(B) 306.73º 0.53% 0.72% -
XYZ 30.64 19.86 41.75 -
YUV 125.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 184 86 173 0 0.53 0.06 0.28 306.73 0.41 0.53
Hex B8 56 AD 0 35 6 1C 133 29 35
Octal 270 126 255 0 65 6 34 463 51 65
Binary 10111000 1010110 10101101 0 110101 110 11100 100110011 101001 110101

Color Harmonies of #B856AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B856AD

Black with #B856AD

Text Example


Text Example

White with #B856AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B856AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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