#B17CA3

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

Shades of Bouquet #B17CA3

Tints of Bouquet #B17CA3

Color information

#B17CA3 (or 0xB17CA3) is unknown color: approx Bouquet. HEX triplet: B1, 7C and A3. RGB value is (177,124,163). Sum of RGB (Red+Green+Blue) = 177+124+163=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B17CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17CA3 is #4E835C. Grayscale: #909090. Windows color (decimal): -5145437 or 10714289. OLE color: 10714289.

HSL color Cylindrical-coordinate representation of color #B17CA3: hue angle of 315.85º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17CA3 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB177124163-
CMYK00.300.080.31
HSL315.85º25.36%59.02%-
HSV(B)315.85º29.94%69.41%-
XYZ31.9526.4138.06-
YUV144.29138.56151.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 163 (64.06% from 255) = 35.13%
R=38.15%
G=26.72%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712416300.300.080.31315.8525.3659.02
HexB17CA301E81F13c193b
Octal26117424303610374743173
Binary1011000111111001010001101111010001111110011110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17CA3; }

 p { color: rgb(177,124,163); }

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

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

 a { background-color: rgb(177,124,163); }

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

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

 span { border-color: rgb(177,124,163); }

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