#BC6BA5

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

Shades of Bouquet #BC6BA5

Tints of Bouquet #BC6BA5

Color information

#BC6BA5 (or 0xBC6BA5) is unknown color: approx Bouquet. HEX triplet: BC, 6B and A5. RGB value is (188,107,165). Sum of RGB (Red+Green+Blue) = 188+107+165=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6BA5 is #43945A. Grayscale: #898989. Windows color (decimal): -4428891 or 10841020. OLE color: 10841020.

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

Color convert

RGB188107165-
CMYK00.430.120.26
HSL317.04º37.67%57.84%-
HSV(B)317.04º43.09%73.73%-
XYZ32.7923.9238.49-
YUV137.83143.34163.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.87%
GREEN value IS 107 (42.19% from 255) = 23.26%
BLUE value IS 165 (64.84% from 255) = 35.87%
R=40.87%
G=23.26%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810716500.430.120.26317.0437.6757.84
HexBC6BA502BC1A13d263a
Octal27415324505314324754672
Binary101111001101011101001010101011110011010100111101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6BA5; }

 p { color: rgb(188,107,165); }

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

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

 a { background-color: rgb(188,107,165); }

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

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

 span { border-color: rgb(188,107,165); }

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