Html Css Color HEX #B971AC Bouquet

📋 copy color: '#B971AC'

red 185 ◦ green 113 ◦ blue 172

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

Shades of Bouquet #B971AC

Tints of Bouquet #B971AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.6%

R = 39.36%
G = 24.04%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B971AC (or 0xB971AC) is known color: Bouquet. HEX triplet: B9, 71 and AC. RGB value is (185,113,172). Sum of RGB (Red+Green+Blue) = 185+113+172=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B971AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B971AC is #468E53. Grayscale: #8D8D8D. Windows color (decimal): -4623956 or 11301305. OLE color: 11301305.

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

Color convert

RGB 185 113 172 -
CMYK 0 0.39 0.07 0.27
HSL 310.83º 0.34% 0.58% -
HSV(B) 310.83º 0.39% 0.73% -
XYZ 33.36 25.1 42.12 -
YUV 141.25 145.35 159.2 -
System Red Green Blue C M Y K H S L
Decimal 185 113 172 0 0.39 0.07 0.27 310.83 0.34 0.58
Hex B9 71 AC 0 27 7 1B 137 22 3A
Octal 271 161 254 0 47 7 33 467 42 72
Binary 10111001 1110001 10101100 0 100111 111 11011 100110111 100010 111010

Color Harmonies of #B971AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971AC

Black with #B971AC

Text Example


Text Example

White with #B971AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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