Html Css Color HEX #B572A9 Bouquet

📋 copy color: '#B572A9'

red 181 ◦ green 114 ◦ blue 169

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

Shades of Bouquet #B572A9

Tints of Bouquet #B572A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.42%

R = 39.01%
G = 24.57%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B572A9 (or 0xB572A9) is known color: Bouquet. HEX triplet: B5, 72 and A9. RGB value is (181,114,169). Sum of RGB (Red+Green+Blue) = 181+114+169=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B572A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B572A9 is #4A8D56. Grayscale: #8C8C8C. Windows color (decimal): -4885847 or 11104949. OLE color: 11104949.

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

Color convert

RGB 181 114 169 -
CMYK 0 0.37 0.07 0.29
HSL 310.75º 0.31% 0.58% -
HSV(B) 310.75º 0.37% 0.71% -
XYZ 32.23 24.72 40.61 -
YUV 140.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 181 114 169 0 0.37 0.07 0.29 310.75 0.31 0.58
Hex B5 72 A9 0 25 7 1D 137 1F 3A
Octal 265 162 251 0 45 7 35 467 37 72
Binary 10110101 1110010 10101001 0 100101 111 11101 100110111 11111 111010

Color Harmonies of #B572A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B572A9

Black with #B572A9

Text Example


Text Example

White with #B572A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B572A9; }

 p { color: rgb(181,114,169); }

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

background-color css

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

 a { background-color: rgb(181,114,169); }

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

border-color css

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

 span { border-color: rgb(181,114,169); }

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