Html Css Color HEX #B472AA Bouquet

📋 copy color: '#B472AA'

red 180 ◦ green 114 ◦ blue 170

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

Shades of Bouquet #B472AA

Tints of Bouquet #B472AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.57%

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

R = 38.79%
G = 24.57%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B472AA (or 0xB472AA) is known color: Bouquet. HEX triplet: B4, 72 and AA. RGB value is (180,114,170). Sum of RGB (Red+Green+Blue) = 180+114+170=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B472AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B472AA is #4B8D55. Grayscale: #8B8B8B. Windows color (decimal): -4951382 or 11170484. OLE color: 11170484.

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

Color convert

RGB 180 114 170 -
CMYK 0 0.37 0.06 0.29
HSL 309.09º 0.31% 0.58% -
HSV(B) 309.09º 0.37% 0.71% -
XYZ 32.1 24.64 41.09 -
YUV 140.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 180 114 170 0 0.37 0.06 0.29 309.09 0.31 0.58
Hex B4 72 AA 0 25 6 1D 135 1F 3A
Octal 264 162 252 0 45 6 35 465 37 72
Binary 10110100 1110010 10101010 0 100101 110 11101 100110101 11111 111010

Color Harmonies of #B472AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B472AA

Black with #B472AA

Text Example


Text Example

White with #B472AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B472AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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