Html Css Color HEX #BD6DA9 Bouquet

📋 copy color: '#BD6DA9'

red 189 ◦ green 109 ◦ blue 169

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

Shades of Bouquet #BD6DA9

Tints of Bouquet #BD6DA9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.34%

 BLUE value IS 169 (66.41% from 255) = 36.19%

R = 40.47%
G = 23.34%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD6DA9 (or 0xBD6DA9) is known color: Bouquet. HEX triplet: BD, 6D and A9. RGB value is (189,109,169). Sum of RGB (Red+Green+Blue) = 189+109+169=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6DA9 is #429256. Grayscale: #8B8B8B. Windows color (decimal): -4362839 or 11103677. OLE color: 11103677.

HSL color Cylindrical-coordinate representation of color #BD6DA9: hue angle of 315º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD6DA9 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 109 169 -
CMYK 0 0.42 0.11 0.26
HSL 315º 0.38% 0.58% -
HSV(B) 315º 0.42% 0.74% -
XYZ 33.62 24.62 40.52 -
YUV 139.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 189 109 169 0 0.42 0.11 0.26 315 0.38 0.58
Hex BD 6D A9 0 2A B 1A 13B 26 3A
Octal 275 155 251 0 52 13 32 473 46 72
Binary 10111101 1101101 10101001 0 101010 1011 11010 100111011 100110 111010

Color Harmonies of #BD6DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6DA9

Black with #BD6DA9

Text Example


Text Example

White with #BD6DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6DA9; }

 p { color: rgb(189,109,169); }

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

background-color css

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

 a { background-color: rgb(189,109,169); }

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

border-color css

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

 span { border-color: rgb(189,109,169); }

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