Html Css Color HEX #B579AA Bouquet

📋 copy color: '#B579AA'

red 181 ◦ green 121 ◦ blue 170

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

Shades of Bouquet #B579AA

Tints of Bouquet #B579AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.64%

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

R = 38.35%
G = 25.64%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B579AA (or 0xB579AA) is known color: Bouquet. HEX triplet: B5, 79 and AA. RGB value is (181,121,170). Sum of RGB (Red+Green+Blue) = 181+121+170=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B579AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B579AA is #4A8655. Grayscale: #909090. Windows color (decimal): -4884054 or 11172277. OLE color: 11172277.

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

Color convert

RGB 181 121 170 -
CMYK 0 0.33 0.06 0.29
HSL 311º 0.29% 0.59% -
HSV(B) 311º 0.33% 0.71% -
XYZ 33.15 26.4 41.38 -
YUV 144.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 181 121 170 0 0.33 0.06 0.29 311 0.29 0.59
Hex B5 79 AA 0 21 6 1D 137 1D 3B
Octal 265 171 252 0 41 6 35 467 35 73
Binary 10110101 1111001 10101010 0 100001 110 11101 100110111 11101 111011

Color Harmonies of #B579AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B579AA

Black with #B579AA

Text Example


Text Example

White with #B579AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B579AA; }

 p { color: rgb(181,121,170); }

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

background-color css

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

 a { background-color: rgb(181,121,170); }

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

border-color css

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

 span { border-color: rgb(181,121,170); }

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