Html Css Color HEX #B856A8 Fuchsia

📋 copy color: '#B856A8'

red 184 ◦ green 86 ◦ blue 168

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

Shades of Fuchsia #B856A8

Tints of Fuchsia #B856A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.36%

R = 42.01%
G = 19.63%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B856A8 (or 0xB856A8) is known color: Fuchsia. HEX triplet: B8, 56 and A8. RGB value is (184,86,168). Sum of RGB (Red+Green+Blue) = 184+86+168=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B856A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B856A8 is #47A957. Grayscale: #7C7C7C. Windows color (decimal): -4696408 or 11032248. OLE color: 11032248.

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

Color convert

RGB 184 86 168 -
CMYK 0 0.53 0.09 0.28
HSL 309.8º 0.41% 0.53% -
HSV(B) 309.8º 0.53% 0.72% -
XYZ 30.16 19.67 39.25 -
YUV 124.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 184 86 168 0 0.53 0.09 0.28 309.8 0.41 0.53
Hex B8 56 A8 0 35 9 1C 136 29 35
Octal 270 126 250 0 65 11 34 466 51 65
Binary 10111000 1010110 10101000 0 110101 1001 11100 100110110 101001 110101

Color Harmonies of #B856A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B856A8

Black with #B856A8

Text Example


Text Example

White with #B856A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B856A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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