Html Css Color HEX #BB78A9 Bouquet

📋 copy color: '#BB78A9'

red 187 ◦ green 120 ◦ blue 169

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

Shades of Bouquet #BB78A9

Tints of Bouquet #BB78A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.5%

R = 39.29%
G = 25.21%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB78A9 (or 0xBB78A9) is known color: Bouquet. HEX triplet: BB, 78 and A9. RGB value is (187,120,169). Sum of RGB (Red+Green+Blue) = 187+120+169=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BB78A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB78A9 is #448756. Grayscale: #919191. Windows color (decimal): -4491095 or 11106491. OLE color: 11106491.

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

Color convert

RGB 187 120 169 -
CMYK 0 0.36 0.10 0.27
HSL 316.12º 0.33% 0.6% -
HSV(B) 316.12º 0.36% 0.73% -
XYZ 34.37 26.86 40.91 -
YUV 145.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 187 120 169 0 0.36 0.10 0.27 316.12 0.33 0.6
Hex BB 78 A9 0 24 A 1B 13C 21 3C
Octal 273 170 251 0 44 12 33 474 41 74
Binary 10111011 1111000 10101001 0 100100 1010 11011 100111100 100001 111100

Color Harmonies of #BB78A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB78A9

Black with #BB78A9

Text Example


Text Example

White with #BB78A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB78A9; }

 p { color: rgb(187,120,169); }

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

background-color css

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

 a { background-color: rgb(187,120,169); }

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

border-color css

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

 span { border-color: rgb(187,120,169); }

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