#BC75A7

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

Shades of Bouquet #BC75A7

Tints of Bouquet #BC75A7

Color information

#BC75A7 (or 0xBC75A7) is unknown color: approx Bouquet. HEX triplet: BC, 75 and A7. RGB value is (188,117,167). Sum of RGB (Red+Green+Blue) = 188+117+167=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 167 (65.62% from 255 or 35.38% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC75A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC75A7 is #438A58. Grayscale: #8F8F8F. Windows color (decimal): -4426329 or 10974652. OLE color: 10974652.

HSL color Cylindrical-coordinate representation of color #BC75A7: hue angle of 317.75º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC75A7 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB188117167-
CMYK00.380.110.26
HSL317.75º34.63%59.8%-
HSV(B)317.75º37.77%73.73%-
XYZ34.0826.239.82-
YUV143.93141.02159.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 167 (65.62% from 255) = 35.38%
R=39.83%
G=24.79%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811716700.380.110.26317.7534.6359.8
HexBC75A7026B1A13e233c
Octal27416524704613324764374
Binary101111001110101101001110100110101111010100111110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75A7; }

 p { color: rgb(188,117,167); }

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

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

 a { background-color: rgb(188,117,167); }

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

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

 span { border-color: rgb(188,117,167); }

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