Html Css Color HEX #B971AD Bouquet

📋 copy color: '#B971AD'

red 185 ◦ green 113 ◦ blue 173

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

Shades of Bouquet #B971AD

Tints of Bouquet #B971AD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.99%

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

R = 39.28%
G = 23.99%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B971AD (or 0xB971AD) is known color: Bouquet. HEX triplet: B9, 71 and AD. RGB value is (185,113,173). Sum of RGB (Red+Green+Blue) = 185+113+173=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B971AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B971AD is #468E52. Grayscale: #8D8D8D. Windows color (decimal): -4623955 or 11366841. OLE color: 11366841.

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

Color convert

RGB 185 113 173 -
CMYK 0 0.39 0.06 0.27
HSL 310º 0.34% 0.58% -
HSV(B) 310º 0.39% 0.73% -
XYZ 33.46 25.14 42.62 -
YUV 141.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 185 113 173 0 0.39 0.06 0.27 310 0.34 0.58
Hex B9 71 AD 0 27 6 1B 136 22 3A
Octal 271 161 255 0 47 6 33 466 42 72
Binary 10111001 1110001 10101101 0 100111 110 11011 100110110 100010 111010

Color Harmonies of #B971AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971AD

Black with #B971AD

Text Example


Text Example

White with #B971AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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