Html Css Color HEX #B56CB9 Fuchsia

📋 copy color: '#B56CB9'

red 181 ◦ green 108 ◦ blue 185

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

Shades of Fuchsia #B56CB9

Tints of Fuchsia #B56CB9

RGB

 RED value IS 181 (71.09% from 255) = 38.19%

 GREEN value IS 108 (42.58% from 255) = 22.78%

 BLUE value IS 185 (72.66% from 255) = 39.03%

R = 38.19%
G = 22.78%
B = 39.03%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B56CB9 (or 0xB56CB9) is known color: Fuchsia. HEX triplet: B5, 6C and B9. RGB value is (181,108,185). Sum of RGB (Red+Green+Blue) = 181+108+185=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 185 - color contains mainly: blue. Hex color #B56CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CB9 is #4A9346. Grayscale: #8A8A8A. Windows color (decimal): -4887367 or 12151989. OLE color: 12151989.

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

Color convert

RGB 181 108 185 -
CMYK 0.02 0.42 0 0.27
HSL 296.88º 0.35% 0.57% -
HSV(B) 296.88º 0.42% 0.73% -
XYZ 33.18 24.05 48.79 -
YUV 138.61 154.18 158.24 -
System Red Green Blue C M Y K H S L
Decimal 181 108 185 0.02 0.42 0 0.27 296.88 0.35 0.57
Hex B5 6C B9 2 2A 0 1B 129 23 39
Octal 265 154 271 2 52 0 33 451 43 71
Binary 10110101 1101100 10111001 10 101010 0 11011 100101001 100011 111001

Color Harmonies of #B56CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56CB9

Black with #B56CB9

Text Example


Text Example

White with #B56CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56CB9; }

 p { color: rgb(181,108,185); }

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

background-color css

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

 a { background-color: rgb(181,108,185); }

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

border-color css

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

 span { border-color: rgb(181,108,185); }

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