#BD6FAA

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

Shades of Bouquet #BD6FAA

Tints of Bouquet #BD6FAA

Color information

#BD6FAA (or 0xBD6FAA) is unknown color: approx Bouquet. HEX triplet: BD, 6F and AA. RGB value is (189,111,170). Sum of RGB (Red+Green+Blue) = 189+111+170=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6FAA is #429055. Grayscale: #8C8C8C. Windows color (decimal): -4362326 or 11169725. OLE color: 11169725.

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

Color convert

RGB189111170-
CMYK00.410.100.26
HSL314.62º37.14%58.82%-
HSV(B)314.62º41.27%74.12%-
XYZ33.9325.0941.08-
YUV141.05144.34162.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 111 (43.75% from 255) = 23.62%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=40.21%
G=23.62%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911117000.410.100.26314.6237.1458.82
HexBD6FAA029A1A13b253b
Octal27515725205112324734573
Binary101111011101111101010100101001101011010100111011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6FAA; }

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

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

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

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

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

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

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

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