Html Css Color HEX #B87CA8 Bouquet

📋 copy color: '#B87CA8'

red 184 ◦ green 124 ◦ blue 168

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

Shades of Bouquet #B87CA8

Tints of Bouquet #B87CA8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.05%

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

R = 38.66%
G = 26.05%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B87CA8 (or 0xB87CA8) is known color: Bouquet. HEX triplet: B8, 7C and A8. RGB value is (184,124,168). Sum of RGB (Red+Green+Blue) = 184+124+168=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B87CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87CA8 is #478357. Grayscale: #929292. Windows color (decimal): -4686680 or 11041976. OLE color: 11041976.

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

Color convert

RGB 184 124 168 -
CMYK 0 0.33 0.09 0.28
HSL 316º 0.3% 0.6% -
HSV(B) 316º 0.33% 0.72% -
XYZ 34.04 27.43 40.55 -
YUV 146.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 184 124 168 0 0.33 0.09 0.28 316 0.3 0.6
Hex B8 7C A8 0 21 9 1C 13C 1E 3C
Octal 270 174 250 0 41 11 34 474 36 74
Binary 10111000 1111100 10101000 0 100001 1001 11100 100111100 11110 111100

Color Harmonies of #B87CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87CA8

Black with #B87CA8

Text Example


Text Example

White with #B87CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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