Html Css Color HEX #B856BA Fuchsia

📋 copy color: '#B856BA'

red 184 ◦ green 86 ◦ blue 186

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

Shades of Fuchsia #B856BA

Tints of Fuchsia #B856BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 40.35%
G = 18.86%
B = 40.79%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B856BA (or 0xB856BA) is known color: Fuchsia. HEX triplet: B8, 56 and BA. RGB value is (184,86,186). Sum of RGB (Red+Green+Blue) = 184+86+186=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #B856BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856BA is #47A945. Grayscale: #7E7E7E. Windows color (decimal): -4696390 or 12211896. OLE color: 12211896.

HSL color Cylindrical-coordinate representation of color #B856BA: hue angle of 298.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B856BA is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 86 186 -
CMYK 0.01 0.54 0 0.27
HSL 298.8º 0.42% 0.53% -
HSV(B) 298.8º 0.54% 0.73% -
XYZ 31.96 20.39 48.71 -
YUV 126.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 184 86 186 0.01 0.54 0 0.27 298.8 0.42 0.53
Hex B8 56 BA 1 36 0 1B 12B 2A 35
Octal 270 126 272 1 66 0 33 453 52 65
Binary 10111000 1010110 10111010 1 110110 0 11011 100101011 101010 110101

Color Harmonies of #B856BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B856BA

Black with #B856BA

Text Example


Text Example

White with #B856BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B856BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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