#BC6FA8

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

Shades of Bouquet #BC6FA8

Tints of Bouquet #BC6FA8

Color information

#BC6FA8 (or 0xBC6FA8) is unknown color: approx Bouquet. HEX triplet: BC, 6F and A8. RGB value is (188,111,168). Sum of RGB (Red+Green+Blue) = 188+111+168=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6FA8 is #439057. Grayscale: #8C8C8C. Windows color (decimal): -4427864 or 11038652. OLE color: 11038652.

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

Color convert

RGB188111168-
CMYK00.410.110.26
HSL315.58º36.49%58.63%-
HSV(B)315.58º40.96%73.73%-
XYZ33.4924.8940.08-
YUV140.52143.51161.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 111 (43.75% from 255) = 23.77%
BLUE value IS 168 (66.02% from 255) = 35.97%
R=40.26%
G=23.77%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811116800.410.110.26315.5836.4958.63
HexBC6FA8029B1A13c243b
Octal27415725005113324744473
Binary101111001101111101010000101001101111010100111100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6FA8; }

 p { color: rgb(188,111,168); }

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

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

 a { background-color: rgb(188,111,168); }

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

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

 span { border-color: rgb(188,111,168); }

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