#BD6BA7

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

Shades of Bouquet #BD6BA7

Tints of Bouquet #BD6BA7

Color information

#BD6BA7 (or 0xBD6BA7) is unknown color: approx Bouquet. HEX triplet: BD, 6B and A7. RGB value is (189,107,167). Sum of RGB (Red+Green+Blue) = 189+107+167=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6BA7 is #429458. Grayscale: #8A8A8A. Windows color (decimal): -4363353 or 10972093. OLE color: 10972093.

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

Color convert

RGB189107167-
CMYK00.430.120.26
HSL316.1º38.32%58.04%-
HSV(B)316.1º43.39%74.12%-
XYZ33.2224.1239.46-
YUV138.36144.17164.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 107 (42.19% from 255) = 23.11%
BLUE value IS 167 (65.62% from 255) = 36.07%
R=40.82%
G=23.11%
B=36.07%

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
Decimal18910716700.430.120.26316.138.3258.04
HexBD6BA702BC1A13c263a
Octal27515324705314324744672
Binary101111011101011101001110101011110011010100111100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6BA7; }

 p { color: rgb(189,107,167); }

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

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

 a { background-color: rgb(189,107,167); }

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

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

 span { border-color: rgb(189,107,167); }

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