Html Css Color HEX #BB6BA7 Bouquet

📋 copy color: '#BB6BA7'

red 187 ◦ green 107 ◦ blue 167

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

Shades of Bouquet #BB6BA7

Tints of Bouquet #BB6BA7

RGB

 RED value IS 187 (73.44% from 255) = 40.56%

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

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

R = 40.56%
G = 23.21%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB6BA7 (or 0xBB6BA7) is known color: Bouquet. HEX triplet: BB, 6B and A7. RGB value is (187,107,167). Sum of RGB (Red+Green+Blue) = 187+107+167=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6BA7 is #449458. Grayscale: #898989. Windows color (decimal): -4494425 or 10972091. OLE color: 10972091.

HSL color Cylindrical-coordinate representation of color #BB6BA7: hue angle of 315º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6BA7 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 107 167 -
CMYK 0 0.43 0.11 0.27
HSL 315º 0.37% 0.58% -
HSV(B) 315º 0.43% 0.73% -
XYZ 32.73 23.87 39.44 -
YUV 137.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 187 107 167 0 0.43 0.11 0.27 315 0.37 0.58
Hex BB 6B A7 0 2B B 1B 13B 25 3A
Octal 273 153 247 0 53 13 33 473 45 72
Binary 10111011 1101011 10100111 0 101011 1011 11011 100111011 100101 111010

Color Harmonies of #BB6BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BA7

Black with #BB6BA7

Text Example


Text Example

White with #BB6BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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