Html Css Color HEX #BD76A6 Bouquet

📋 copy color: '#BD76A6'

red 189 ◦ green 118 ◦ blue 166

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

Shades of Bouquet #BD76A6

Tints of Bouquet #BD76A6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.95%

 BLUE value IS 166 (65.23% from 255) = 35.1%

R = 39.96%
G = 24.95%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD76A6 (or 0xBD76A6) is known color: Bouquet. HEX triplet: BD, 76 and A6. RGB value is (189,118,166). Sum of RGB (Red+Green+Blue) = 189+118+166=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD76A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD76A6 is #428959. Grayscale: #909090. Windows color (decimal): -4360538 or 10909373. OLE color: 10909373.

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

Color convert

RGB 189 118 166 -
CMYK 0 0.38 0.12 0.26
HSL 319.44º 0.35% 0.6% -
HSV(B) 319.44º 0.38% 0.74% -
XYZ 34.35 26.53 39.39 -
YUV 144.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 189 118 166 0 0.38 0.12 0.26 319.44 0.35 0.6
Hex BD 76 A6 0 26 C 1A 13F 23 3C
Octal 275 166 246 0 46 14 32 477 43 74
Binary 10111101 1110110 10100110 0 100110 1100 11010 100111111 100011 111100

Color Harmonies of #BD76A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD76A6

Black with #BD76A6

Text Example


Text Example

White with #BD76A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD76A6; }

 p { color: rgb(189,118,166); }

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

background-color css

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

 a { background-color: rgb(189,118,166); }

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

border-color css

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

 span { border-color: rgb(189,118,166); }

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