Html Css Color HEX #BD71AD Bouquet

📋 copy color: '#BD71AD'

red 189 ◦ green 113 ◦ blue 173

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

Shades of Bouquet #BD71AD

Tints of Bouquet #BD71AD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.79%

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

R = 39.79%
G = 23.79%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD71AD (or 0xBD71AD) is known color: Bouquet. HEX triplet: BD, 71 and AD. RGB value is (189,113,173). Sum of RGB (Red+Green+Blue) = 189+113+173=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BD71AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD71AD is #428E52. Grayscale: #8E8E8E. Windows color (decimal): -4361811 or 11366845. OLE color: 11366845.

HSL color Cylindrical-coordinate representation of color #BD71AD: hue angle of 312.63º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD71AD is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 113 173 -
CMYK 0 0.40 0.08 0.26
HSL 312.63º 0.37% 0.59% -
HSV(B) 312.63º 0.4% 0.74% -
XYZ 34.43 25.65 42.67 -
YUV 142.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 189 113 173 0 0.40 0.08 0.26 312.63 0.37 0.59
Hex BD 71 AD 0 28 8 1A 139 25 3B
Octal 275 161 255 0 50 10 32 471 45 73
Binary 10111101 1110001 10101101 0 101000 1000 11010 100111001 100101 111011

Color Harmonies of #BD71AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD71AD

Black with #BD71AD

Text Example


Text Example

White with #BD71AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD71AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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