Html Css Color HEX #B56DB6 Fuchsia

📋 copy color: '#B56DB6'

red 181 ◦ green 109 ◦ blue 182

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

Shades of Fuchsia #B56DB6

Tints of Fuchsia #B56DB6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.09%

 BLUE value IS 182 (71.48% from 255) = 38.56%

R = 38.35%
G = 23.09%
B = 38.56%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B56DB6 (or 0xB56DB6) is known color: Fuchsia. HEX triplet: B5, 6D and B6. RGB value is (181,109,182). Sum of RGB (Red+Green+Blue) = 181+109+182=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 182 - color contains mainly: blue. Hex color #B56DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DB6 is #4A9249. Grayscale: #8A8A8A. Windows color (decimal): -4887114 or 11955637. OLE color: 11955637.

HSL color Cylindrical-coordinate representation of color #B56DB6: hue angle of 299.18º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56DB6 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 109 182 -
CMYK 0.01 0.40 0 0.29
HSL 299.18º 0.33% 0.57% -
HSV(B) 299.18º 0.4% 0.71% -
XYZ 32.97 24.14 47.18 -
YUV 138.85 152.35 158.06 -
System Red Green Blue C M Y K H S L
Decimal 181 109 182 0.01 0.40 0 0.29 299.18 0.33 0.57
Hex B5 6D B6 1 28 0 1D 12B 21 39
Octal 265 155 266 1 50 0 35 453 41 71
Binary 10110101 1101101 10110110 1 101000 0 11101 100101011 100001 111001

Color Harmonies of #B56DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56DB6

Black with #B56DB6

Text Example


Text Example

White with #B56DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56DB6; }

 p { color: rgb(181,109,182); }

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

background-color css

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

 a { background-color: rgb(181,109,182); }

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

border-color css

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

 span { border-color: rgb(181,109,182); }

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