Html Css Color HEX #BC6EA6 Bouquet

📋 copy color: '#BC6EA6'

red 188 ◦ green 110 ◦ blue 166

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

Shades of Bouquet #BC6EA6

Tints of Bouquet #BC6EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.78%

R = 40.52%
G = 23.71%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC6EA6 (or 0xBC6EA6) is known color: Bouquet. HEX triplet: BC, 6E and A6. RGB value is (188,110,166). Sum of RGB (Red+Green+Blue) = 188+110+166=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6EA6 is #439159. Grayscale: #8B8B8B. Windows color (decimal): -4428122 or 10907324. OLE color: 10907324.

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

Color convert

RGB 188 110 166 -
CMYK 0 0.41 0.12 0.26
HSL 316.92º 0.37% 0.58% -
HSV(B) 316.92º 0.41% 0.74% -
XYZ 33.2 24.6 39.07 -
YUV 139.71 142.84 162.45 -
System Red Green Blue C M Y K H S L
Decimal 188 110 166 0 0.41 0.12 0.26 316.92 0.37 0.58
Hex BC 6E A6 0 29 C 1A 13D 25 3A
Octal 274 156 246 0 51 14 32 475 45 72
Binary 10111100 1101110 10100110 0 101001 1100 11010 100111101 100101 111010

Color Harmonies of #BC6EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6EA6

Black with #BC6EA6

Text Example


Text Example

White with #BC6EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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