Html Css Color HEX #B477AA Bouquet

📋 copy color: '#B477AA'

red 180 ◦ green 119 ◦ blue 170

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

Shades of Bouquet #B477AA

Tints of Bouquet #B477AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 38.38%
G = 25.37%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B477AA (or 0xB477AA) is known color: Bouquet. HEX triplet: B4, 77 and AA. RGB value is (180,119,170). Sum of RGB (Red+Green+Blue) = 180+119+170=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B477AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477AA is #4B8855. Grayscale: #8E8E8E. Windows color (decimal): -4950102 or 11171764. OLE color: 11171764.

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

Color convert

RGB 180 119 170 -
CMYK 0 0.34 0.06 0.29
HSL 309.84º 0.29% 0.59% -
HSV(B) 309.84º 0.34% 0.71% -
XYZ 32.67 25.8 41.29 -
YUV 143.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 180 119 170 0 0.34 0.06 0.29 309.84 0.29 0.59
Hex B4 77 AA 0 22 6 1D 136 1D 3B
Octal 264 167 252 0 42 6 35 466 35 73
Binary 10110100 1110111 10101010 0 100010 110 11101 100110110 11101 111011

Color Harmonies of #B477AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477AA

Black with #B477AA

Text Example


Text Example

White with #B477AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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