Html Css Color HEX #BC709B Hopbush

📋 copy color: '#BC709B'

red 188 ◦ green 112 ◦ blue 155

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

Shades of Hopbush #BC709B

Tints of Hopbush #BC709B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.07%

R = 41.32%
G = 24.62%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC709B (or 0xBC709B) is known color: Hopbush. HEX triplet: BC, 70 and 9B. RGB value is (188,112,155). Sum of RGB (Red+Green+Blue) = 188+112+155=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC709B is #438F64. Grayscale: #8B8B8B. Windows color (decimal): -4427621 or 10186940. OLE color: 10186940.

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

Color convert

RGB 188 112 155 -
CMYK 0 0.40 0.18 0.26
HSL 326.05º 0.36% 0.59% -
HSV(B) 326.05º 0.4% 0.74% -
XYZ 32.45 24.65 34.06 -
YUV 139.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 188 112 155 0 0.40 0.18 0.26 326.05 0.36 0.59
Hex BC 70 9B 0 28 12 1A 146 24 3B
Octal 274 160 233 0 50 22 32 506 44 73
Binary 10111100 1110000 10011011 0 101000 10010 11010 101000110 100100 111011

Color Harmonies of #BC709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC709B

Black with #BC709B

Text Example


Text Example

White with #BC709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC709B; }

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

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

background-color css

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

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

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

border-color css

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

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

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