Html Css Color HEX #B871A7 Bouquet

📋 copy color: '#B871A7'

red 184 ◦ green 113 ◦ blue 167

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

Shades of Bouquet #B871A7

Tints of Bouquet #B871A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.99%

R = 39.66%
G = 24.35%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B871A7 (or 0xB871A7) is known color: Bouquet. HEX triplet: B8, 71 and A7. RGB value is (184,113,167). Sum of RGB (Red+Green+Blue) = 184+113+167=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B871A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B871A7 is #478E58. Grayscale: #8C8C8C. Windows color (decimal): -4689497 or 10973624. OLE color: 10973624.

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

Color convert

RGB 184 113 167 -
CMYK 0 0.39 0.09 0.28
HSL 314.37º 0.33% 0.58% -
HSV(B) 314.37º 0.39% 0.72% -
XYZ 32.65 24.79 39.62 -
YUV 140.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 184 113 167 0 0.39 0.09 0.28 314.37 0.33 0.58
Hex B8 71 A7 0 27 9 1C 13A 21 3A
Octal 270 161 247 0 47 11 34 472 41 72
Binary 10111000 1110001 10100111 0 100111 1001 11100 100111010 100001 111010

Color Harmonies of #B871A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871A7

Black with #B871A7

Text Example


Text Example

White with #B871A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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