Html Css Color HEX #BF78A8 Bouquet

📋 copy color: '#BF78A8'

red 191 ◦ green 120 ◦ blue 168

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

Shades of Bouquet #BF78A8

Tints of Bouquet #BF78A8

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.05%

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

R = 39.87%
G = 25.05%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF78A8 (or 0xBF78A8) is known color: Bouquet. HEX triplet: BF, 78 and A8. RGB value is (191,120,168). Sum of RGB (Red+Green+Blue) = 191+120+168=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF78A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF78A8 is #408757. Grayscale: #929292. Windows color (decimal): -4228952 or 11040959. OLE color: 11040959.

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

Color convert

RGB 191 120 168 -
CMYK 0 0.37 0.12 0.25
HSL 319.44º 0.36% 0.61% -
HSV(B) 319.44º 0.37% 0.75% -
XYZ 35.27 27.34 40.46 -
YUV 146.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 191 120 168 0 0.37 0.12 0.25 319.44 0.36 0.61
Hex BF 78 A8 0 25 C 19 13F 24 3D
Octal 277 170 250 0 45 14 31 477 44 75
Binary 10111111 1111000 10101000 0 100101 1100 11001 100111111 100100 111101

Color Harmonies of #BF78A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF78A8

Black with #BF78A8

Text Example


Text Example

White with #BF78A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF78A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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