Html Css Color HEX #B878A9 Bouquet

📋 copy color: '#B878A9'

red 184 ◦ green 120 ◦ blue 169

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

Shades of Bouquet #B878A9

Tints of Bouquet #B878A9

RGB

 RED value IS 184 (72.27% from 255) = 38.9%

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

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

R = 38.9%
G = 25.37%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B878A9 (or 0xB878A9) is known color: Bouquet. HEX triplet: B8, 78 and A9. RGB value is (184,120,169). Sum of RGB (Red+Green+Blue) = 184+120+169=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B878A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B878A9 is #478756. Grayscale: #909090. Windows color (decimal): -4687703 or 11106488. OLE color: 11106488.

HSL color Cylindrical-coordinate representation of color #B878A9: hue angle of 314.06º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B878A9 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 120 169 -
CMYK 0 0.35 0.08 0.28
HSL 314.06º 0.31% 0.6% -
HSV(B) 314.06º 0.35% 0.72% -
XYZ 33.65 26.49 40.88 -
YUV 144.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 184 120 169 0 0.35 0.08 0.28 314.06 0.31 0.6
Hex B8 78 A9 0 23 8 1C 13A 1F 3C
Octal 270 170 251 0 43 10 34 472 37 74
Binary 10111000 1111000 10101001 0 100011 1000 11100 100111010 11111 111100

Color Harmonies of #B878A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B878A9

Black with #B878A9

Text Example


Text Example

White with #B878A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B878A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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