Html Css Color HEX #B972AD Bouquet

📋 copy color: '#B972AD'

red 185 ◦ green 114 ◦ blue 173

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

Shades of Bouquet #B972AD

Tints of Bouquet #B972AD

RGB

 RED value IS 185 (72.66% from 255) = 39.19%

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

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 39.19%
G = 24.15%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B972AD (or 0xB972AD) is known color: Bouquet. HEX triplet: B9, 72 and AD. RGB value is (185,114,173). Sum of RGB (Red+Green+Blue) = 185+114+173=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B972AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B972AD is #468D52. Grayscale: #8D8D8D. Windows color (decimal): -4623699 or 11367097. OLE color: 11367097.

HSL color Cylindrical-coordinate representation of color #B972AD: hue angle of 310.14º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B972AD is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 114 173 -
CMYK 0 0.38 0.06 0.27
HSL 310.14º 0.34% 0.59% -
HSV(B) 310.14º 0.38% 0.73% -
XYZ 33.57 25.37 42.66 -
YUV 141.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 185 114 173 0 0.38 0.06 0.27 310.14 0.34 0.59
Hex B9 72 AD 0 26 6 1B 136 22 3B
Octal 271 162 255 0 46 6 33 466 42 73
Binary 10111001 1110010 10101101 0 100110 110 11011 100110110 100010 111011

Color Harmonies of #B972AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972AD

Black with #B972AD

Text Example


Text Example

White with #B972AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972AD; }

 p { color: rgb(185,114,173); }

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

background-color css

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

 a { background-color: rgb(185,114,173); }

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

border-color css

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

 span { border-color: rgb(185,114,173); }

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