Html Css Color HEX #BC6EA3 Bouquet

📋 copy color: '#BC6EA3'

red 188 ◦ green 110 ◦ blue 163

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

Shades of Bouquet #BC6EA3

Tints of Bouquet #BC6EA3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.86%

 BLUE value IS 163 (64.06% from 255) = 35.36%

R = 40.78%
G = 23.86%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC6EA3 (or 0xBC6EA3) is known color: Bouquet. HEX triplet: BC, 6E and A3. RGB value is (188,110,163). Sum of RGB (Red+Green+Blue) = 188+110+163=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6EA3 is #43915C. Grayscale: #8B8B8B. Windows color (decimal): -4428125 or 10710716. OLE color: 10710716.

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

Color convert

RGB 188 110 163 -
CMYK 0 0.41 0.13 0.26
HSL 319.23º 0.37% 0.58% -
HSV(B) 319.23º 0.41% 0.74% -
XYZ 32.93 24.49 37.64 -
YUV 139.36 141.34 162.69 -
System Red Green Blue C M Y K H S L
Decimal 188 110 163 0 0.41 0.13 0.26 319.23 0.37 0.58
Hex BC 6E A3 0 29 D 1A 13F 25 3A
Octal 274 156 243 0 51 15 32 477 45 72
Binary 10111100 1101110 10100011 0 101001 1101 11010 100111111 100101 111010

Color Harmonies of #BC6EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6EA3

Black with #BC6EA3

Text Example


Text Example

White with #BC6EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6EA3; }

 p { color: rgb(188,110,163); }

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

background-color css

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

 a { background-color: rgb(188,110,163); }

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

border-color css

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

 span { border-color: rgb(188,110,163); }

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