Html Css Color HEX #B871AA Bouquet

📋 copy color: '#B871AA'

red 184 ◦ green 113 ◦ blue 170

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

Shades of Bouquet #B871AA

Tints of Bouquet #B871AA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.2%

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 39.4%
G = 24.2%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B871AA (or 0xB871AA) is known color: Bouquet. HEX triplet: B8, 71 and AA. RGB value is (184,113,170). Sum of RGB (Red+Green+Blue) = 184+113+170=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B871AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B871AA is #478E55. Grayscale: #8C8C8C. Windows color (decimal): -4689494 or 11170232. OLE color: 11170232.

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

Color convert

RGB 184 113 170 -
CMYK 0 0.39 0.08 0.28
HSL 311.83º 0.33% 0.58% -
HSV(B) 311.83º 0.39% 0.72% -
XYZ 32.93 24.9 41.1 -
YUV 140.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 184 113 170 0 0.39 0.08 0.28 311.83 0.33 0.58
Hex B8 71 AA 0 27 8 1C 138 21 3A
Octal 270 161 252 0 47 10 34 470 41 72
Binary 10111000 1110001 10101010 0 100111 1000 11100 100111000 100001 111010

Color Harmonies of #B871AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871AA

Black with #B871AA

Text Example


Text Example

White with #B871AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871AA; }

 p { color: rgb(184,113,170); }

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

background-color css

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

 a { background-color: rgb(184,113,170); }

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

border-color css

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

 span { border-color: rgb(184,113,170); }

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