Html Css Color HEX #B56FA0 Bouquet

📋 copy color: '#B56FA0'

red 181 ◦ green 111 ◦ blue 160

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

Shades of Bouquet #B56FA0

Tints of Bouquet #B56FA0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.56%

 BLUE value IS 160 (62.89% from 255) = 35.4%

R = 40.04%
G = 24.56%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B56FA0 (or 0xB56FA0) is known color: Bouquet. HEX triplet: B5, 6F and A0. RGB value is (181,111,160). Sum of RGB (Red+Green+Blue) = 181+111+160=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B56FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56FA0 is #4A905F. Grayscale: #898989. Windows color (decimal): -4886624 or 10514357. OLE color: 10514357.

HSL color Cylindrical-coordinate representation of color #B56FA0: hue angle of 318º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B56FA0 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 111 160 -
CMYK 0 0.39 0.12 0.29
HSL 318º 0.32% 0.57% -
HSV(B) 318º 0.39% 0.71% -
XYZ 31.09 23.73 36.2 -
YUV 137.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 181 111 160 0 0.39 0.12 0.29 318 0.32 0.57
Hex B5 6F A0 0 27 C 1D 13E 20 39
Octal 265 157 240 0 47 14 35 476 40 71
Binary 10110101 1101111 10100000 0 100111 1100 11101 100111110 100000 111001

Color Harmonies of #B56FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56FA0

Black with #B56FA0

Text Example


Text Example

White with #B56FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56FA0; }

 p { color: rgb(181,111,160); }

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

background-color css

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

 a { background-color: rgb(181,111,160); }

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

border-color css

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

 span { border-color: rgb(181,111,160); }

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