Html Css Color HEX #BD75AD Bouquet

📋 copy color: '#BD75AD'

red 189 ◦ green 117 ◦ blue 173

#BD75AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #BD75AD

Tints of Bouquet #BD75AD

RGB

 RED value IS 189 (74.22% from 255) = 39.46%

 GREEN value IS 117 (46.09% from 255) = 24.43%

 BLUE value IS 173 (67.97% from 255) = 36.12%

R = 39.46%
G = 24.43%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD75AD (or 0xBD75AD) is known color: Bouquet. HEX triplet: BD, 75 and AD. RGB value is (189,117,173). Sum of RGB (Red+Green+Blue) = 189+117+173=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD75AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD75AD is #428A52. Grayscale: #909090. Windows color (decimal): -4360787 or 11367869. OLE color: 11367869.

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

Color convert

RGB 189 117 173 -
CMYK 0 0.38 0.08 0.26
HSL 313.33º 0.35% 0.6% -
HSV(B) 313.33º 0.38% 0.74% -
XYZ 34.89 26.56 42.82 -
YUV 144.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 189 117 173 0 0.38 0.08 0.26 313.33 0.35 0.6
Hex BD 75 AD 0 26 8 1A 139 23 3C
Octal 275 165 255 0 46 10 32 471 43 74
Binary 10111101 1110101 10101101 0 100110 1000 11010 100111001 100011 111100

Color Harmonies of #BD75AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD75AD

Black with #BD75AD

Text Example


Text Example

White with #BD75AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD75AD; }

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

 H1.HeaderClassName
 {
   color: #BD75AD;
 }
 .AnyTagClassName
 {
   color: #BD75AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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