Html Css Color HEX #BD76A7 Bouquet

📋 copy color: '#BD76A7'

red 189 ◦ green 118 ◦ blue 167

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

Shades of Bouquet #BD76A7

Tints of Bouquet #BD76A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.23%

R = 39.87%
G = 24.89%
B = 35.23%

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

#BD76A7 (or 0xBD76A7) is known color: Bouquet. HEX triplet: BD, 76 and A7. RGB value is (189,118,167). Sum of RGB (Red+Green+Blue) = 189+118+167=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD76A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD76A7 is #428958. Grayscale: #909090. Windows color (decimal): -4360537 or 10974909. OLE color: 10974909.

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

Color convert

RGB 189 118 167 -
CMYK 0 0.38 0.12 0.26
HSL 318.59º 0.35% 0.6% -
HSV(B) 318.59º 0.38% 0.74% -
XYZ 34.44 26.57 39.87 -
YUV 144.82 140.52 159.52 -
System Red Green Blue C M Y K H S L
Decimal 189 118 167 0 0.38 0.12 0.26 318.59 0.35 0.6
Hex BD 76 A7 0 26 C 1A 13F 23 3C
Octal 275 166 247 0 46 14 32 477 43 74
Binary 10111101 1110110 10100111 0 100110 1100 11010 100111111 100011 111100

Color Harmonies of #BD76A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD76A7

Black with #BD76A7

Text Example


Text Example

White with #BD76A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD76A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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