#BC6FAD

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

Shades of Bouquet #BC6FAD

Tints of Bouquet #BC6FAD

Color information

#BC6FAD (or 0xBC6FAD) is unknown color: approx Bouquet. HEX triplet: BC, 6F and AD. RGB value is (188,111,173). Sum of RGB (Red+Green+Blue) = 188+111+173=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6FAD is #439052. Grayscale: #8C8C8C. Windows color (decimal): -4427859 or 11366332. OLE color: 11366332.

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

Color convert

RGB188111173-
CMYK00.410.080.26
HSL311.69º36.49%58.63%-
HSV(B)311.69º40.96%73.73%-
XYZ33.9725.0842.59-
YUV141.09146.01161.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 111 (43.75% from 255) = 23.52%
BLUE value IS 173 (67.97% from 255) = 36.65%
R=39.83%
G=23.52%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811117300.410.080.26311.6936.4958.63
HexBC6FAD02981A138243b
Octal27415725505110324704473
Binary101111001101111101011010101001100011010100111000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6FAD; }

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

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

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

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

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

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

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

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