Html Css Color HEX #BD77AD Bouquet

📋 copy color: '#BD77AD'

red 189 ◦ green 119 ◦ blue 173

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

Shades of Bouquet #BD77AD

Tints of Bouquet #BD77AD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.74%

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

R = 39.29%
G = 24.74%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD77AD (or 0xBD77AD) is known color: Bouquet. HEX triplet: BD, 77 and AD. RGB value is (189,119,173). Sum of RGB (Red+Green+Blue) = 189+119+173=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD77AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD77AD is #428852. Grayscale: #919191. Windows color (decimal): -4360275 or 11368381. OLE color: 11368381.

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

Color convert

RGB 189 119 173 -
CMYK 0 0.37 0.08 0.26
HSL 313.71º 0.35% 0.6% -
HSV(B) 313.71º 0.37% 0.74% -
XYZ 35.13 27.03 42.9 -
YUV 146.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 189 119 173 0 0.37 0.08 0.26 313.71 0.35 0.6
Hex BD 77 AD 0 25 8 1A 13A 23 3C
Octal 275 167 255 0 45 10 32 472 43 74
Binary 10111101 1110111 10101101 0 100101 1000 11010 100111010 100011 111100

Color Harmonies of #BD77AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77AD

Black with #BD77AD

Text Example


Text Example

White with #BD77AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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