Html Css Color HEX #B56EA7 Bouquet

📋 copy color: '#B56EA7'

red 181 ◦ green 110 ◦ blue 167

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

Shades of Bouquet #B56EA7

Tints of Bouquet #B56EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.46%

R = 39.52%
G = 24.02%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B56EA7 (or 0xB56EA7) is known color: Bouquet. HEX triplet: B5, 6E and A7. RGB value is (181,110,167). Sum of RGB (Red+Green+Blue) = 181+110+167=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B56EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56EA7 is #4A9158. Grayscale: #898989. Windows color (decimal): -4886873 or 10972853. OLE color: 10972853.

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

Color convert

RGB 181 110 167 -
CMYK 0 0.39 0.08 0.29
HSL 311.83º 0.32% 0.57% -
HSV(B) 311.83º 0.39% 0.71% -
XYZ 31.61 23.77 39.48 -
YUV 137.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 181 110 167 0 0.39 0.08 0.29 311.83 0.32 0.57
Hex B5 6E A7 0 27 8 1D 138 20 39
Octal 265 156 247 0 47 10 35 470 40 71
Binary 10110101 1101110 10100111 0 100111 1000 11101 100111000 100000 111001

Color Harmonies of #B56EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56EA7

Black with #B56EA7

Text Example


Text Example

White with #B56EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56EA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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