Html Css Color HEX #B856C2 Fuchsia

📋 copy color: '#B856C2'

red 184 ◦ green 86 ◦ blue 194

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

Shades of Fuchsia #B856C2

Tints of Fuchsia #B856C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.81%

R = 39.66%
G = 18.53%
B = 41.81%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B856C2 (or 0xB856C2) is known color: Fuchsia. HEX triplet: B8, 56 and C2. RGB value is (184,86,194). Sum of RGB (Red+Green+Blue) = 184+86+194=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #B856C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856C2 is #47A93D. Grayscale: #7F7F7F. Windows color (decimal): -4696382 or 12736184. OLE color: 12736184.

HSL color Cylindrical-coordinate representation of color #B856C2: hue angle of 294.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B856C2 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 86 194 -
CMYK 0.05 0.56 0 0.24
HSL 294.44º 0.47% 0.55% -
HSV(B) 294.44º 0.56% 0.76% -
XYZ 32.83 20.74 53.31 -
YUV 127.61 165.47 168.22 -
System Red Green Blue C M Y K H S L
Decimal 184 86 194 0.05 0.56 0 0.24 294.44 0.47 0.55
Hex B8 56 C2 5 38 0 18 126 2F 37
Octal 270 126 302 5 70 0 30 446 57 67
Binary 10111000 1010110 11000010 101 111000 0 11000 100100110 101111 110111

Color Harmonies of #B856C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B856C2

Black with #B856C2

Text Example


Text Example

White with #B856C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B856C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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