Html Css Color HEX #BD6CA6 Bouquet

📋 copy color: '#BD6CA6'

red 189 ◦ green 108 ◦ blue 166

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

Shades of Bouquet #BD6CA6

Tints of Bouquet #BD6CA6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.33%

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

R = 40.82%
G = 23.33%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD6CA6 (or 0xBD6CA6) is known color: Bouquet. HEX triplet: BD, 6C and A6. RGB value is (189,108,166). Sum of RGB (Red+Green+Blue) = 189+108+166=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6CA6 is #429359. Grayscale: #8A8A8A. Windows color (decimal): -4363098 or 10906813. OLE color: 10906813.

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

Color convert

RGB 189 108 166 -
CMYK 0 0.43 0.12 0.26
HSL 317.04º 0.38% 0.58% -
HSV(B) 317.04º 0.43% 0.74% -
XYZ 33.23 24.3 39.01 -
YUV 138.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 189 108 166 0 0.43 0.12 0.26 317.04 0.38 0.58
Hex BD 6C A6 0 2B C 1A 13D 26 3A
Octal 275 154 246 0 53 14 32 475 46 72
Binary 10111101 1101100 10100110 0 101011 1100 11010 100111101 100110 111010

Color Harmonies of #BD6CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6CA6

Black with #BD6CA6

Text Example


Text Example

White with #BD6CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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