Html Css Color HEX #BB79A8 Bouquet

📋 copy color: '#BB79A8'

red 187 ◦ green 121 ◦ blue 168

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

Shades of Bouquet #BB79A8

Tints of Bouquet #BB79A8

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.42%

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

R = 39.29%
G = 25.42%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB79A8 (or 0xBB79A8) is known color: Bouquet. HEX triplet: BB, 79 and A8. RGB value is (187,121,168). Sum of RGB (Red+Green+Blue) = 187+121+168=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BB79A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB79A8 is #448657. Grayscale: #919191. Windows color (decimal): -4490840 or 11041211. OLE color: 11041211.

HSL color Cylindrical-coordinate representation of color #BB79A8: hue angle of 317.27º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB79A8 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 121 168 -
CMYK 0 0.35 0.10 0.27
HSL 317.27º 0.33% 0.6% -
HSV(B) 317.27º 0.35% 0.73% -
XYZ 34.4 27.07 40.46 -
YUV 146.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 187 121 168 0 0.35 0.10 0.27 317.27 0.33 0.6
Hex BB 79 A8 0 23 A 1B 13D 21 3C
Octal 273 171 250 0 43 12 33 475 41 74
Binary 10111011 1111001 10101000 0 100011 1010 11011 100111101 100001 111100

Color Harmonies of #BB79A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB79A8

Black with #BB79A8

Text Example


Text Example

White with #BB79A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB79A8; }

 p { color: rgb(187,121,168); }

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

background-color css

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

 a { background-color: rgb(187,121,168); }

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

border-color css

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

 span { border-color: rgb(187,121,168); }

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