#BC75AD

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

Shades of Bouquet #BC75AD

Tints of Bouquet #BC75AD

Color information

#BC75AD (or 0xBC75AD) is unknown color: approx Bouquet. HEX triplet: BC, 75 and AD. RGB value is (188,117,173). Sum of RGB (Red+Green+Blue) = 188+117+173=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC75AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC75AD is #438A52. Grayscale: #909090. Windows color (decimal): -4426323 or 11367868. OLE color: 11367868.

HSL color Cylindrical-coordinate representation of color #BC75AD: hue angle of 312.68º 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 #BC75AD is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB188117173-
CMYK00.380.080.26
HSL312.68º34.63%59.8%-
HSV(B)312.68º37.77%73.73%-
XYZ34.6426.4342.81-
YUV144.61144.02158.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 117 (46.09% from 255) = 24.48%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=39.33%
G=24.48%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811717300.380.080.26312.6834.6359.8
HexBC75AD02681A139233c
Octal27416525504610324714374
Binary101111001110101101011010100110100011010100111001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75AD; }

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

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

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

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

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

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

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

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