Html Css Color HEX #BD6CA7 Bouquet

📋 copy color: '#BD6CA7'

red 189 ◦ green 108 ◦ blue 167

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

Shades of Bouquet #BD6CA7

Tints of Bouquet #BD6CA7

RGB

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

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

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

R = 40.73%
G = 23.28%
B = 35.99%

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

#BD6CA7 (or 0xBD6CA7) is known color: Bouquet. HEX triplet: BD, 6C and A7. RGB value is (189,108,167). Sum of RGB (Red+Green+Blue) = 189+108+167=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6CA7 is #429358. Grayscale: #8A8A8A. Windows color (decimal): -4363097 or 10972349. OLE color: 10972349.

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

Color convert

RGB 189 108 167 -
CMYK 0 0.43 0.12 0.26
HSL 316.3º 0.38% 0.58% -
HSV(B) 316.3º 0.43% 0.74% -
XYZ 33.32 24.33 39.5 -
YUV 138.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 189 108 167 0 0.43 0.12 0.26 316.3 0.38 0.58
Hex BD 6C A7 0 2B C 1A 13C 26 3A
Octal 275 154 247 0 53 14 32 474 46 72
Binary 10111101 1101100 10100111 0 101011 1100 11010 100111100 100110 111010

Color Harmonies of #BD6CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6CA7

Black with #BD6CA7

Text Example


Text Example

White with #BD6CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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