Html Css Color HEX #BF71AA Bouquet

📋 copy color: '#BF71AA'

red 191 ◦ green 113 ◦ blue 170

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

Shades of Bouquet #BF71AA

Tints of Bouquet #BF71AA

RGB

 RED value IS 191 (75% from 255) = 40.3%

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

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

R = 40.3%
G = 23.84%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF71AA (or 0xBF71AA) is known color: Bouquet. HEX triplet: BF, 71 and AA. RGB value is (191,113,170). Sum of RGB (Red+Green+Blue) = 191+113+170=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF71AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF71AA is #408E55. Grayscale: #8E8E8E. Windows color (decimal): -4230742 or 11170239. OLE color: 11170239.

HSL color Cylindrical-coordinate representation of color #BF71AA: hue angle of 316.15º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF71AA is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 113 170 -
CMYK 0 0.41 0.11 0.25
HSL 316.15º 0.38% 0.6% -
HSV(B) 316.15º 0.41% 0.75% -
XYZ 34.65 25.79 41.18 -
YUV 142.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 191 113 170 0 0.41 0.11 0.25 316.15 0.38 0.6
Hex BF 71 AA 0 29 B 19 13C 26 3C
Octal 277 161 252 0 51 13 31 474 46 74
Binary 10111111 1110001 10101010 0 101001 1011 11001 100111100 100110 111100

Color Harmonies of #BF71AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71AA

Black with #BF71AA

Text Example


Text Example

White with #BF71AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71AA; }

 p { color: rgb(191,113,170); }

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

background-color css

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

 a { background-color: rgb(191,113,170); }

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

border-color css

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

 span { border-color: rgb(191,113,170); }

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