#BD75AC

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

Shades of Bouquet #BD75AC

Tints of Bouquet #BD75AC

Color information

#BD75AC (or 0xBD75AC) is unknown color: approx Bouquet. HEX triplet: BD, 75 and AC. RGB value is (189,117,172). Sum of RGB (Red+Green+Blue) = 189+117+172=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD75AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD75AC is #428A53. Grayscale: #909090. Windows color (decimal): -4360788 or 11302333. OLE color: 11302333.

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

Color convert

RGB189117172-
CMYK00.380.090.26
HSL314.17º35.29%60%-
HSV(B)314.17º38.1%74.12%-
XYZ34.7926.5242.31-
YUV144.8143.35159.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 117 (46.09% from 255) = 24.48%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=39.54%
G=24.48%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911717200.380.090.26314.1735.2960
HexBD75AC02691A13a233c
Octal27516525404611324724374
Binary101111011110101101011000100110100111010100111010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD75AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD75AC; }

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

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

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

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

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

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

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

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