Html Css Color HEX #BF71A8 Bouquet

📋 copy color: '#BF71A8'

red 191 ◦ green 113 ◦ blue 168

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

Shades of Bouquet #BF71A8

Tints of Bouquet #BF71A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.59%

R = 40.47%
G = 23.94%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF71A8 (or 0xBF71A8) is known color: Bouquet. HEX triplet: BF, 71 and A8. RGB value is (191,113,168). Sum of RGB (Red+Green+Blue) = 191+113+168=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF71A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF71A8 is #408E57. Grayscale: #8E8E8E. Windows color (decimal): -4230744 or 11039167. OLE color: 11039167.

HSL color Cylindrical-coordinate representation of color #BF71A8: hue angle of 317.69º 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 #BF71A8 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 113 168 -
CMYK 0 0.41 0.12 0.25
HSL 317.69º 0.38% 0.6% -
HSV(B) 317.69º 0.41% 0.75% -
XYZ 34.46 25.71 40.19 -
YUV 142.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 191 113 168 0 0.41 0.12 0.25 317.69 0.38 0.6
Hex BF 71 A8 0 29 C 19 13E 26 3C
Octal 277 161 250 0 51 14 31 476 46 74
Binary 10111111 1110001 10101000 0 101001 1100 11001 100111110 100110 111100

Color Harmonies of #BF71A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71A8

Black with #BF71A8

Text Example


Text Example

White with #BF71A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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