#BD75A1

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

Shades of Bouquet #BD75A1

Tints of Bouquet #BD75A1

Color information

#BD75A1 (or 0xBD75A1) is unknown color: approx Bouquet. HEX triplet: BD, 75 and A1. RGB value is (189,117,161). Sum of RGB (Red+Green+Blue) = 189+117+161=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD75A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD75A1 is #428A5E. Grayscale: #8F8F8F. Windows color (decimal): -4360799 or 10581437. OLE color: 10581437.

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

Color convert

RGB189117161-
CMYK00.380.150.26
HSL323.33º35.29%60%-
HSV(B)323.33º38.1%74.12%-
XYZ33.7826.1136.98-
YUV143.54137.85160.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 161 (63.28% from 255) = 34.48%
R=40.47%
G=25.05%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911716100.380.150.26323.3335.2960
HexBD75A1026F1A143233c
Octal27516524104617325034374
Binary101111011110101101000010100110111111010101000011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD75A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD75A1; }

 p { color: rgb(189,117,161); }

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

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

 a { background-color: rgb(189,117,161); }

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

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

 span { border-color: rgb(189,117,161); }

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