Html Css Color HEX #BC6DA0 Bouquet

📋 copy color: '#BC6DA0'

red 188 ◦ green 109 ◦ blue 160

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

Shades of Bouquet #BC6DA0

Tints of Bouquet #BC6DA0

RGB

 RED value IS 188 (73.83% from 255) = 41.14%

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

 BLUE value IS 160 (62.89% from 255) = 35.01%

R = 41.14%
G = 23.85%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC6DA0 (or 0xBC6DA0) is known color: Bouquet. HEX triplet: BC, 6D and A0. RGB value is (188,109,160). Sum of RGB (Red+Green+Blue) = 188+109+160=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6DA0 is #43925F. Grayscale: #8A8A8A. Windows color (decimal): -4428384 or 10513852. OLE color: 10513852.

HSL color Cylindrical-coordinate representation of color #BC6DA0: hue angle of 321.27º degrees, saturation: 0.37, 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 #BC6DA0 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 109 160 -
CMYK 0 0.42 0.15 0.26
HSL 321.27º 0.37% 0.58% -
HSV(B) 321.27º 0.42% 0.74% -
XYZ 32.55 24.17 36.21 -
YUV 138.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 188 109 160 0 0.42 0.15 0.26 321.27 0.37 0.58
Hex BC 6D A0 0 2A F 1A 141 25 3A
Octal 274 155 240 0 52 17 32 501 45 72
Binary 10111100 1101101 10100000 0 101010 1111 11010 101000001 100101 111010

Color Harmonies of #BC6DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6DA0

Black with #BC6DA0

Text Example


Text Example

White with #BC6DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6DA0; }

 p { color: rgb(188,109,160); }

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

background-color css

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

 a { background-color: rgb(188,109,160); }

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

border-color css

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

 span { border-color: rgb(188,109,160); }

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