#BD75A5

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

Shades of Bouquet #BD75A5

Tints of Bouquet #BD75A5

Color information

#BD75A5 (or 0xBD75A5) is unknown color: approx 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

RGB189117165-
CMYK00.380.130.26
HSL320º35.29%60%-
HSV(B)320º38.1%74.12%-
XYZ34.1426.2638.87-
YUV144139.85160.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 165 (64.84% from 255) = 35.03%
R=40.13%
G=24.84%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911716500.380.130.2632035.2960
HexBD75A5026D1A140233c
Octal27516524504615325004374
Binary101111011110101101001010100110110111010101000000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD75A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>