Html Css Color HEX #BB73AD Bouquet

📋 copy color: '#BB73AD'

red 187 ◦ green 115 ◦ blue 173

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

Shades of Bouquet #BB73AD

Tints of Bouquet #BB73AD

RGB

 RED value IS 187 (73.44% from 255) = 39.37%

 GREEN value IS 115 (45.31% from 255) = 24.21%

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

R = 39.37%
G = 24.21%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB73AD (or 0xBB73AD) is known color: Bouquet. HEX triplet: BB, 73 and AD. RGB value is (187,115,173). Sum of RGB (Red+Green+Blue) = 187+115+173=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB73AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB73AD is #448C52. Grayscale: #8E8E8E. Windows color (decimal): -4492371 or 11367355. OLE color: 11367355.

HSL color Cylindrical-coordinate representation of color #BB73AD: hue angle of 311.67º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB73AD is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 115 173 -
CMYK 0 0.39 0.07 0.27
HSL 311.67º 0.35% 0.59% -
HSV(B) 311.67º 0.39% 0.73% -
XYZ 34.17 25.84 42.72 -
YUV 143.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 187 115 173 0 0.39 0.07 0.27 311.67 0.35 0.59
Hex BB 73 AD 0 27 7 1B 138 23 3B
Octal 273 163 255 0 47 7 33 470 43 73
Binary 10111011 1110011 10101101 0 100111 111 11011 100111000 100011 111011

Color Harmonies of #BB73AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB73AD

Black with #BB73AD

Text Example


Text Example

White with #BB73AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB73AD; }

 p { color: rgb(187,115,173); }

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

background-color css

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

 a { background-color: rgb(187,115,173); }

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

border-color css

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

 span { border-color: rgb(187,115,173); }

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