#B6719E

Color #B6719E Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #B6719E

Tints of Bouquet #B6719E

Color information

#B6719E (or 0xB6719E) is unknown color: approx Bouquet. HEX triplet: B6, 71 and 9E. RGB value is (182,113,158). Sum of RGB (Red+Green+Blue) = 182+113+158=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B6719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6719E is #498E61. Grayscale: #8A8A8A. Windows color (decimal): -4820578 or 10383798. OLE color: 10383798.

HSL color Cylindrical-coordinate representation of color #B6719E: hue angle of 320.87º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6719E is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB182113158-
CMYK00.380.130.29
HSL320.87º32.09%57.84%-
HSV(B)320.87º37.91%71.37%-
XYZ31.3724.2235.37-
YUV138.76138.86158.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=40.18%
G=24.94%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211315800.380.130.29320.8732.0957.84
HexB6719E026D1D141203a
Octal26616123604615355014072
Binary101101101110001100111100100110110111101101000001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6719E; }

 p { color: rgb(182,113,158); }

 H1.HeaderClassName
 {
   color: #B6719E;
 }
 .AnyTagClassName
 {
   color: #B6719E;
 }
</style>
background-color css

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

 a { background-color: rgb(182,113,158); }

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

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

 span { border-color: rgb(182,113,158); }

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