Html Css Color HEX #B56EA1 Bouquet

📋 copy color: '#B56EA1'

red 181 ◦ green 110 ◦ blue 161

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

Shades of Bouquet #B56EA1

Tints of Bouquet #B56EA1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.34%

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

R = 40.04%
G = 24.34%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B56EA1 (or 0xB56EA1) is known color: Bouquet. HEX triplet: B5, 6E and A1. RGB value is (181,110,161). Sum of RGB (Red+Green+Blue) = 181+110+161=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B56EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56EA1 is #4A915E. Grayscale: #888888. Windows color (decimal): -4886879 or 10579637. OLE color: 10579637.

HSL color Cylindrical-coordinate representation of color #B56EA1: hue angle of 316.9º 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 #B56EA1 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 110 161 -
CMYK 0 0.39 0.11 0.29
HSL 316.9º 0.32% 0.57% -
HSV(B) 316.9º 0.39% 0.71% -
XYZ 31.07 23.55 36.63 -
YUV 137.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 181 110 161 0 0.39 0.11 0.29 316.9 0.32 0.57
Hex B5 6E A1 0 27 B 1D 13D 20 39
Octal 265 156 241 0 47 13 35 475 40 71
Binary 10110101 1101110 10100001 0 100111 1011 11101 100111101 100000 111001

Color Harmonies of #B56EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56EA1

Black with #B56EA1

Text Example


Text Example

White with #B56EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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