Html Css Color HEX #B771A0 Bouquet

📋 copy color: '#B771A0'

red 183 ◦ green 113 ◦ blue 160

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

Shades of Bouquet #B771A0

Tints of Bouquet #B771A0

RGB

 RED value IS 183 (71.88% from 255) = 40.13%

 GREEN value IS 113 (44.53% from 255) = 24.78%

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

R = 40.13%
G = 24.78%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B771A0 (or 0xB771A0) is known color: Bouquet. HEX triplet: B7, 71 and A0. RGB value is (183,113,160). Sum of RGB (Red+Green+Blue) = 183+113+160=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B771A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B771A0 is #488E5F. Grayscale: #8B8B8B. Windows color (decimal): -4755040 or 10514871. OLE color: 10514871.

HSL color Cylindrical-coordinate representation of color #B771A0: hue angle of 319.71º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B771A0 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 113 160 -
CMYK 0 0.38 0.13 0.28
HSL 319.71º 0.33% 0.58% -
HSV(B) 319.71º 0.38% 0.72% -
XYZ 31.78 24.42 36.3 -
YUV 139.29 139.69 159.18 -
System Red Green Blue C M Y K H S L
Decimal 183 113 160 0 0.38 0.13 0.28 319.71 0.33 0.58
Hex B7 71 A0 0 26 D 1C 140 21 3A
Octal 267 161 240 0 46 15 34 500 41 72
Binary 10110111 1110001 10100000 0 100110 1101 11100 101000000 100001 111010

Color Harmonies of #B771A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B771A0

Black with #B771A0

Text Example


Text Example

White with #B771A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B771A0; }

 p { color: rgb(183,113,160); }

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

background-color css

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

 a { background-color: rgb(183,113,160); }

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

border-color css

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

 span { border-color: rgb(183,113,160); }

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