Html Css Color HEX #B878A8 Bouquet

📋 copy color: '#B878A8'

red 184 ◦ green 120 ◦ blue 168

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

Shades of Bouquet #B878A8

Tints of Bouquet #B878A8

RGB

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

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

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

R = 38.98%
G = 25.42%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B878A8 (or 0xB878A8) is known color: Bouquet. HEX triplet: B8, 78 and A8. RGB value is (184,120,168). Sum of RGB (Red+Green+Blue) = 184+120+168=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B878A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B878A8 is #478757. Grayscale: #909090. Windows color (decimal): -4687704 or 11040952. OLE color: 11040952.

HSL color Cylindrical-coordinate representation of color #B878A8: hue angle of 315º 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 #B878A8 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 120 168 -
CMYK 0 0.35 0.09 0.28
HSL 315º 0.31% 0.6% -
HSV(B) 315º 0.35% 0.72% -
XYZ 33.55 26.45 40.38 -
YUV 144.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 184 120 168 0 0.35 0.09 0.28 315 0.31 0.6
Hex B8 78 A8 0 23 9 1C 13B 1F 3C
Octal 270 170 250 0 43 11 34 473 37 74
Binary 10111000 1111000 10101000 0 100011 1001 11100 100111011 11111 111100

Color Harmonies of #B878A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B878A8

Black with #B878A8

Text Example


Text Example

White with #B878A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B878A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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