Html Css Color HEX #BC6EA4 Bouquet

📋 copy color: '#BC6EA4'

red 188 ◦ green 110 ◦ blue 164

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

Shades of Bouquet #BC6EA4

Tints of Bouquet #BC6EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.5%

R = 40.69%
G = 23.81%
B = 35.5%

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

#BC6EA4 (or 0xBC6EA4) is known color: Bouquet. HEX triplet: BC, 6E and A4. RGB value is (188,110,164). Sum of RGB (Red+Green+Blue) = 188+110+164=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6EA4 is #43915B. Grayscale: #8B8B8B. Windows color (decimal): -4428124 or 10776252. OLE color: 10776252.

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

Color convert

RGB 188 110 164 -
CMYK 0 0.41 0.13 0.26
HSL 318.46º 0.37% 0.58% -
HSV(B) 318.46º 0.41% 0.74% -
XYZ 33.02 24.52 38.12 -
YUV 139.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 188 110 164 0 0.41 0.13 0.26 318.46 0.37 0.58
Hex BC 6E A4 0 29 D 1A 13E 25 3A
Octal 274 156 244 0 51 15 32 476 45 72
Binary 10111100 1101110 10100100 0 101001 1101 11010 100111110 100101 111010

Color Harmonies of #BC6EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6EA4

Black with #BC6EA4

Text Example


Text Example

White with #BC6EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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