Html Css Color HEX #BC709C Hopbush

📋 copy color: '#BC709C'

red 188 ◦ green 112 ◦ blue 156

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

Shades of Hopbush #BC709C

Tints of Hopbush #BC709C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.56%

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

R = 41.23%
G = 24.56%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC709C (or 0xBC709C) is known color: Hopbush. HEX triplet: BC, 70 and 9C. RGB value is (188,112,156). Sum of RGB (Red+Green+Blue) = 188+112+156=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC709C is #438F63. Grayscale: #8B8B8B. Windows color (decimal): -4427620 or 10252476. OLE color: 10252476.

HSL color Cylindrical-coordinate representation of color #BC709C: hue angle of 325.26º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC709C is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 112 156 -
CMYK 0 0.40 0.17 0.26
HSL 325.26º 0.36% 0.59% -
HSV(B) 325.26º 0.4% 0.74% -
XYZ 32.53 24.68 34.5 -
YUV 139.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 188 112 156 0 0.40 0.17 0.26 325.26 0.36 0.59
Hex BC 70 9C 0 28 11 1A 145 24 3B
Octal 274 160 234 0 50 21 32 505 44 73
Binary 10111100 1110000 10011100 0 101000 10001 11010 101000101 100100 111011

Color Harmonies of #BC709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC709C

Black with #BC709C

Text Example


Text Example

White with #BC709C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC709C; }

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

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

background-color css

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

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

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

border-color css

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

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

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