Html Css Color HEX #BC6E9C Hopbush

📋 copy color: '#BC6E9C'

red 188 ◦ green 110 ◦ blue 156

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

Shades of Hopbush #BC6E9C

Tints of Hopbush #BC6E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.36%

R = 41.41%
G = 24.23%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC6E9C (or 0xBC6E9C) is known color: Hopbush. HEX triplet: BC, 6E and 9C. RGB value is (188,110,156). Sum of RGB (Red+Green+Blue) = 188+110+156=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6E9C is #439163. Grayscale: #8A8A8A. Windows color (decimal): -4428132 or 10251964. OLE color: 10251964.

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

Color convert

RGB 188 110 156 -
CMYK 0 0.41 0.17 0.26
HSL 324.62º 0.37% 0.58% -
HSV(B) 324.62º 0.41% 0.74% -
XYZ 32.32 24.24 34.43 -
YUV 138.57 137.84 163.26 -
System Red Green Blue C M Y K H S L
Decimal 188 110 156 0 0.41 0.17 0.26 324.62 0.37 0.58
Hex BC 6E 9C 0 29 11 1A 145 25 3A
Octal 274 156 234 0 51 21 32 505 45 72
Binary 10111100 1101110 10011100 0 101001 10001 11010 101000101 100101 111010

Color Harmonies of #BC6E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6E9C

Black with #BC6E9C

Text Example


Text Example

White with #BC6E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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