Shades of Bouquet #BD75A5
Tints of Bouquet #BD75A5
RGB
CMYK
RGB Variations
Color information
#BD75A5 (or 0xBD75A5) is known color: Bouquet. HEX triplet: BD, 75 and A5. RGB value is (189,117,165). Sum of RGB (Red+Green+Blue) = 189+117+165=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD75A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD75A5 is #428A5A. Grayscale: #8F8F8F. Windows color (decimal): -4360795 or 10843581. OLE color: 10843581.
HSL color Cylindrical-coordinate representation of color #BD75A5: hue angle of 320º 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 #BD75A5 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 165 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.26 |
| HSL | 320º | 0.35% | 0.6% | - |
| HSV(B) | 320º | 0.38% | 0.74% | - |
| XYZ | 34.14 | 26.26 | 38.87 | - |
| YUV | 144 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 165 | 0 | 0.38 | 0.13 | 0.26 | 320 | 0.35 | 0.6 |
| Hex | BD | 75 | A5 | 0 | 26 | D | 1A | 140 | 23 | 3C |
| Octal | 275 | 165 | 245 | 0 | 46 | 15 | 32 | 500 | 43 | 74 |
| Binary | 10111101 | 1110101 | 10100101 | 0 | 100110 | 1101 | 11010 | 101000000 | 100011 | 111100 |
Color Harmonies of #BD75A5
Complementary color
Monochromatic Colors of #BD75A5
Black with #BD75A5
Text Example
Text Example
White with #BD75A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD75A5; }
p { color: rgb(189,117,165); }
H1.HeaderClassName
{
color: #BD75A5;
}
.AnyTagClassName
{
color: #BD75A5;
}
</style>
background-color css
<style>
a { background-color: #BD75A5; }
a { background-color: rgb(189,117,165); }
div.DivClassName
{
background-color: #BD75A5;
}
.BgClassName
{
background-color: #BD75A5;
}
</style>
border-color css
<style>
span { border-color: #BD75A5; }
span { border-color: rgb(189,117,165); }
td.TdClassName
{
border-color: #BD75A5;
}
.TagClassName
{
border-color: #BD75A5;
}
</style>