Html Css Color HEX #BC6DA5 Bouquet

📋 copy color: '#BC6DA5'

red 188 ◦ green 109 ◦ blue 165

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

Shades of Bouquet #BC6DA5

Tints of Bouquet #BC6DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.71%

R = 40.69%
G = 23.59%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC6DA5 (or 0xBC6DA5) is known color: Bouquet. HEX triplet: BC, 6D and A5. RGB value is (188,109,165). Sum of RGB (Red+Green+Blue) = 188+109+165=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6DA5 is #43925A. Grayscale: #8A8A8A. Windows color (decimal): -4428379 or 10841532. OLE color: 10841532.

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

Color convert

RGB 188 109 165 -
CMYK 0 0.42 0.12 0.26
HSL 317.47º 0.37% 0.58% -
HSV(B) 317.47º 0.42% 0.74% -
XYZ 33 24.35 38.56 -
YUV 139.01 142.67 162.95 -
System Red Green Blue C M Y K H S L
Decimal 188 109 165 0 0.42 0.12 0.26 317.47 0.37 0.58
Hex BC 6D A5 0 2A C 1A 13D 25 3A
Octal 274 155 245 0 52 14 32 475 45 72
Binary 10111100 1101101 10100101 0 101010 1100 11010 100111101 100101 111010

Color Harmonies of #BC6DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6DA5

Black with #BC6DA5

Text Example


Text Example

White with #BC6DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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