Html Css Color HEX #BF6BA7 Bouquet

📋 copy color: '#BF6BA7'

red 191 ◦ green 107 ◦ blue 167

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

Shades of Bouquet #BF6BA7

Tints of Bouquet #BF6BA7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.01%

 BLUE value IS 167 (65.63% from 255) = 35.91%

R = 41.08%
G = 23.01%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF6BA7 (or 0xBF6BA7) is known color: Bouquet. HEX triplet: BF, 6B and A7. RGB value is (191,107,167). Sum of RGB (Red+Green+Blue) = 191+107+167=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6BA7 is #409458. Grayscale: #8A8A8A. Windows color (decimal): -4232281 or 10972095. OLE color: 10972095.

HSL color Cylindrical-coordinate representation of color #BF6BA7: hue angle of 317.14º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF6BA7 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 107 167 -
CMYK 0 0.44 0.13 0.25
HSL 317.14º 0.4% 0.58% -
HSV(B) 317.14º 0.44% 0.75% -
XYZ 33.72 24.38 39.49 -
YUV 138.96 143.83 165.12 -
System Red Green Blue C M Y K H S L
Decimal 191 107 167 0 0.44 0.13 0.25 317.14 0.4 0.58
Hex BF 6B A7 0 2C D 19 13D 28 3A
Octal 277 153 247 0 54 15 31 475 50 72
Binary 10111111 1101011 10100111 0 101100 1101 11001 100111101 101000 111010

Color Harmonies of #BF6BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BA7

Black with #BF6BA7

Text Example


Text Example

White with #BF6BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BA7; }

 p { color: rgb(191,107,167); }

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

background-color css

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

 a { background-color: rgb(191,107,167); }

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

border-color css

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

 span { border-color: rgb(191,107,167); }

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