Html Css Color HEX #B56BA1 Bouquet

📋 copy color: '#B56BA1'

red 181 ◦ green 107 ◦ blue 161

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

Shades of Bouquet #B56BA1

Tints of Bouquet #B56BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.86%

R = 40.31%
G = 23.83%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B56BA1 (or 0xB56BA1) is known color: Bouquet. HEX triplet: B5, 6B and A1. RGB value is (181,107,161). Sum of RGB (Red+Green+Blue) = 181+107+161=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B56BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56BA1 is #4A945E. Grayscale: #878787. Windows color (decimal): -4887647 or 10578869. OLE color: 10578869.

HSL color Cylindrical-coordinate representation of color #B56BA1: hue angle of 316.22º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56BA1 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 107 161 -
CMYK 0 0.41 0.11 0.29
HSL 316.22º 0.33% 0.56% -
HSV(B) 316.22º 0.41% 0.71% -
XYZ 30.75 22.91 36.52 -
YUV 135.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 181 107 161 0 0.41 0.11 0.29 316.22 0.33 0.56
Hex B5 6B A1 0 29 B 1D 13C 21 38
Octal 265 153 241 0 51 13 35 474 41 70
Binary 10110101 1101011 10100001 0 101001 1011 11101 100111100 100001 111000

Color Harmonies of #B56BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56BA1

Black with #B56BA1

Text Example


Text Example

White with #B56BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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