Html Css Color HEX #BB6AA7 Bouquet

📋 copy color: '#BB6AA7'

red 187 ◦ green 106 ◦ blue 167

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

Shades of Bouquet #BB6AA7

Tints of Bouquet #BB6AA7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.04%

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

R = 40.65%
G = 23.04%
B = 36.3%

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

#BB6AA7 (or 0xBB6AA7) is known color: Bouquet. HEX triplet: BB, 6A and A7. RGB value is (187,106,167). Sum of RGB (Red+Green+Blue) = 187+106+167=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 167 (65.62% from 255 or 36.30% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6AA7 is #449558. Grayscale: #898989. Windows color (decimal): -4494681 or 10971835. OLE color: 10971835.

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

Color convert

RGB 187 106 167 -
CMYK 0 0.43 0.11 0.27
HSL 314.81º 0.37% 0.57% -
HSV(B) 314.81º 0.43% 0.73% -
XYZ 32.62 23.66 39.41 -
YUV 137.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 187 106 167 0 0.43 0.11 0.27 314.81 0.37 0.57
Hex BB 6A A7 0 2B B 1B 13B 25 39
Octal 273 152 247 0 53 13 33 473 45 71
Binary 10111011 1101010 10100111 0 101011 1011 11011 100111011 100101 111001

Color Harmonies of #BB6AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6AA7

Black with #BB6AA7

Text Example


Text Example

White with #BB6AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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