#BD6FAC

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

Shades of Bouquet #BD6FAC

Tints of Bouquet #BD6FAC

Color information

#BD6FAC (or 0xBD6FAC) is unknown color: approx Bouquet. HEX triplet: BD, 6F and AC. RGB value is (189,111,172). Sum of RGB (Red+Green+Blue) = 189+111+172=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6FAC is #429053. Grayscale: #8D8D8D. Windows color (decimal): -4362324 or 11300797. OLE color: 11300797.

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

Color convert

RGB189111172-
CMYK00.410.090.26
HSL313.08º37.14%58.82%-
HSV(B)313.08º41.27%74.12%-
XYZ34.1225.1742.09-
YUV141.28145.34162.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 111 (43.75% from 255) = 23.52%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=40.04%
G=23.52%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911117200.410.090.26313.0837.1458.82
HexBD6FAC02991A139253b
Octal27515725405111324714573
Binary101111011101111101011000101001100111010100111001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6FAC; }

 p { color: rgb(189,111,172); }

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

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

 a { background-color: rgb(189,111,172); }

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

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

 span { border-color: rgb(189,111,172); }

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