Html Css Color HEX #B56BBF Fuchsia

📋 copy color: '#B56BBF'

red 181 ◦ green 107 ◦ blue 191

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

Shades of Fuchsia #B56BBF

Tints of Fuchsia #B56BBF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.34%

 BLUE value IS 191 (75% from 255) = 39.87%

R = 37.79%
G = 22.34%
B = 39.87%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B56BBF (or 0xB56BBF) is known color: Fuchsia. HEX triplet: B5, 6B and BF. RGB value is (181,107,191). Sum of RGB (Red+Green+Blue) = 181+107+191=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #B56BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BBF is #4A9440. Grayscale: #8A8A8A. Windows color (decimal): -4887617 or 12544949. OLE color: 12544949.

HSL color Cylindrical-coordinate representation of color #B56BBF: hue angle of 292.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56BBF is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 107 191 -
CMYK 0.05 0.44 0 0.25
HSL 292.86º 0.4% 0.58% -
HSV(B) 292.86º 0.44% 0.75% -
XYZ 33.72 24.1 52.17 -
YUV 138.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 181 107 191 0.05 0.44 0 0.25 292.86 0.4 0.58
Hex B5 6B BF 5 2C 0 19 125 28 3A
Octal 265 153 277 5 54 0 31 445 50 72
Binary 10110101 1101011 10111111 101 101100 0 11001 100100101 101000 111010

Color Harmonies of #B56BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56BBF

Black with #B56BBF

Text Example


Text Example

White with #B56BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56BBF; }

 p { color: rgb(181,107,191); }

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

background-color css

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

 a { background-color: rgb(181,107,191); }

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

border-color css

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

 span { border-color: rgb(181,107,191); }

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