Html Css Color HEX #BC6CA5 Bouquet

📋 copy color: '#BC6CA5'

red 188 ◦ green 108 ◦ blue 165

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

Shades of Bouquet #BC6CA5

Tints of Bouquet #BC6CA5

RGB

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

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

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

R = 40.78%
G = 23.43%
B = 35.79%

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

#BC6CA5 (or 0xBC6CA5) is known color: Bouquet. HEX triplet: BC, 6C and A5. RGB value is (188,108,165). Sum of RGB (Red+Green+Blue) = 188+108+165=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6CA5 is #43935A. Grayscale: #8A8A8A. Windows color (decimal): -4428635 or 10841276. OLE color: 10841276.

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

Color convert

RGB 188 108 165 -
CMYK 0 0.43 0.12 0.26
HSL 317.25º 0.37% 0.58% -
HSV(B) 317.25º 0.43% 0.74% -
XYZ 32.89 24.13 38.52 -
YUV 138.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 188 108 165 0 0.43 0.12 0.26 317.25 0.37 0.58
Hex BC 6C A5 0 2B C 1A 13D 25 3A
Octal 274 154 245 0 53 14 32 475 45 72
Binary 10111100 1101100 10100101 0 101011 1100 11010 100111101 100101 111010

Color Harmonies of #BC6CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CA5

Black with #BC6CA5

Text Example


Text Example

White with #BC6CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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