Html Css Color HEX #B56CBA Fuchsia

📋 copy color: '#B56CBA'

red 181 ◦ green 108 ◦ blue 186

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

Shades of Fuchsia #B56CBA

Tints of Fuchsia #B56CBA

RGB

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

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

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

R = 38.11%
G = 22.74%
B = 39.16%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B56CBA (or 0xB56CBA) is known color: Fuchsia. HEX triplet: B5, 6C and BA. RGB value is (181,108,186). Sum of RGB (Red+Green+Blue) = 181+108+186=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #B56CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CBA is #4A9345. Grayscale: #8A8A8A. Windows color (decimal): -4887366 or 12217525. OLE color: 12217525.

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

Color convert

RGB 181 108 186 -
CMYK 0.03 0.42 0 0.27
HSL 296.15º 0.36% 0.58% -
HSV(B) 296.15º 0.42% 0.73% -
XYZ 33.28 24.09 49.35 -
YUV 138.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 181 108 186 0.03 0.42 0 0.27 296.15 0.36 0.58
Hex B5 6C BA 3 2A 0 1B 128 24 3A
Octal 265 154 272 3 52 0 33 450 44 72
Binary 10110101 1101100 10111010 11 101010 0 11011 100101000 100100 111010

Color Harmonies of #B56CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56CBA

Black with #B56CBA

Text Example


Text Example

White with #B56CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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