Html Css Color HEX #BD72AD Bouquet

📋 copy color: '#BD72AD'

red 189 ◦ green 114 ◦ blue 173

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

Shades of Bouquet #BD72AD

Tints of Bouquet #BD72AD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.95%

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

R = 39.71%
G = 23.95%
B = 36.34%

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

#BD72AD (or 0xBD72AD) is known color: Bouquet. HEX triplet: BD, 72 and AD. RGB value is (189,114,173). Sum of RGB (Red+Green+Blue) = 189+114+173=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD72AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD72AD is #428D52. Grayscale: #8E8E8E. Windows color (decimal): -4361555 or 11367101. OLE color: 11367101.

HSL color Cylindrical-coordinate representation of color #BD72AD: hue angle of 312.8º degrees, saturation: 0.36, 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 #BD72AD is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 114 173 -
CMYK 0 0.40 0.08 0.26
HSL 312.8º 0.36% 0.59% -
HSV(B) 312.8º 0.4% 0.74% -
XYZ 34.55 25.87 42.71 -
YUV 143.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 189 114 173 0 0.40 0.08 0.26 312.8 0.36 0.59
Hex BD 72 AD 0 28 8 1A 139 24 3B
Octal 275 162 255 0 50 10 32 471 44 73
Binary 10111101 1110010 10101101 0 101000 1000 11010 100111001 100100 111011

Color Harmonies of #BD72AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD72AD

Black with #BD72AD

Text Example


Text Example

White with #BD72AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD72AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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