Html Css Color HEX #BC6D9C Hopbush

📋 copy color: '#BC6D9C'

red 188 ◦ green 109 ◦ blue 156

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

Shades of Hopbush #BC6D9C

Tints of Hopbush #BC6D9C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.06%

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

R = 41.5%
G = 24.06%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC6D9C (or 0xBC6D9C) is known color: Hopbush. HEX triplet: BC, 6D and 9C. RGB value is (188,109,156). Sum of RGB (Red+Green+Blue) = 188+109+156=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6D9C is #439263. Grayscale: #898989. Windows color (decimal): -4428388 or 10251708. OLE color: 10251708.

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

Color convert

RGB 188 109 156 -
CMYK 0 0.42 0.17 0.26
HSL 324.3º 0.37% 0.58% -
HSV(B) 324.3º 0.42% 0.74% -
XYZ 32.21 24.03 34.39 -
YUV 137.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 188 109 156 0 0.42 0.17 0.26 324.3 0.37 0.58
Hex BC 6D 9C 0 2A 11 1A 144 25 3A
Octal 274 155 234 0 52 21 32 504 45 72
Binary 10111100 1101101 10011100 0 101010 10001 11010 101000100 100101 111010

Color Harmonies of #BC6D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D9C

Black with #BC6D9C

Text Example


Text Example

White with #BC6D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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