Html Css Color HEX #BF75A9 Bouquet

📋 copy color: '#BF75A9'

red 191 ◦ green 117 ◦ blue 169

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

Shades of Bouquet #BF75A9

Tints of Bouquet #BF75A9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.53%

 BLUE value IS 169 (66.41% from 255) = 35.43%

R = 40.04%
G = 24.53%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF75A9 (or 0xBF75A9) is known color: Bouquet. HEX triplet: BF, 75 and A9. RGB value is (191,117,169). Sum of RGB (Red+Green+Blue) = 191+117+169=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF75A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF75A9 is #408A56. Grayscale: #909090. Windows color (decimal): -4229719 or 11105727. OLE color: 11105727.

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

Color convert

RGB 191 117 169 -
CMYK 0 0.39 0.12 0.25
HSL 317.84º 0.37% 0.6% -
HSV(B) 317.84º 0.39% 0.75% -
XYZ 35.01 26.66 40.84 -
YUV 145.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 191 117 169 0 0.39 0.12 0.25 317.84 0.37 0.6
Hex BF 75 A9 0 27 C 19 13E 25 3C
Octal 277 165 251 0 47 14 31 476 45 74
Binary 10111111 1110101 10101001 0 100111 1100 11001 100111110 100101 111100

Color Harmonies of #BF75A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF75A9

Black with #BF75A9

Text Example


Text Example

White with #BF75A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF75A9; }

 p { color: rgb(191,117,169); }

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

background-color css

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

 a { background-color: rgb(191,117,169); }

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

border-color css

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

 span { border-color: rgb(191,117,169); }

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