Html Css Color HEX #B477A0 Bouquet

📋 copy color: '#B477A0'

red 180 ◦ green 119 ◦ blue 160

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

Shades of Bouquet #B477A0

Tints of Bouquet #B477A0

RGB

 RED value IS 180 (70.7% from 255) = 39.22%

 GREEN value IS 119 (46.88% from 255) = 25.93%

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

R = 39.22%
G = 25.93%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B477A0 (or 0xB477A0) is known color: Bouquet. HEX triplet: B4, 77 and A0. RGB value is (180,119,160). Sum of RGB (Red+Green+Blue) = 180+119+160=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B477A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477A0 is #4B885F. Grayscale: #8D8D8D. Windows color (decimal): -4950112 or 10516404. OLE color: 10516404.

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

Color convert

RGB 180 119 160 -
CMYK 0 0.34 0.11 0.29
HSL 319.67º 0.29% 0.59% -
HSV(B) 319.67º 0.34% 0.71% -
XYZ 31.76 25.44 36.49 -
YUV 141.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 180 119 160 0 0.34 0.11 0.29 319.67 0.29 0.59
Hex B4 77 A0 0 22 B 1D 140 1D 3B
Octal 264 167 240 0 42 13 35 500 35 73
Binary 10110100 1110111 10100000 0 100010 1011 11101 101000000 11101 111011

Color Harmonies of #B477A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477A0

Black with #B477A0

Text Example


Text Example

White with #B477A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477A0; }

 p { color: rgb(180,119,160); }

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

background-color css

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

 a { background-color: rgb(180,119,160); }

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

border-color css

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

 span { border-color: rgb(180,119,160); }

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