Html Css Color HEX #BC7095 Hopbush

📋 copy color: '#BC7095'

red 188 ◦ green 112 ◦ blue 149

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

Shades of Hopbush #BC7095

Tints of Hopbush #BC7095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.18%

R = 41.87%
G = 24.94%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC7095 (or 0xBC7095) is known color: Hopbush. HEX triplet: BC, 70 and 95. RGB value is (188,112,149). Sum of RGB (Red+Green+Blue) = 188+112+149=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7095 is #438F6A. Grayscale: #8A8A8A. Windows color (decimal): -4427627 or 9793724. OLE color: 9793724.

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

Color convert

RGB 188 112 149 -
CMYK 0 0.40 0.21 0.26
HSL 330.79º 0.36% 0.59% -
HSV(B) 330.79º 0.4% 0.74% -
XYZ 31.96 24.45 31.47 -
YUV 138.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 188 112 149 0 0.40 0.21 0.26 330.79 0.36 0.59
Hex BC 70 95 0 28 15 1A 14B 24 3B
Octal 274 160 225 0 50 25 32 513 44 73
Binary 10111100 1110000 10010101 0 101000 10101 11010 101001011 100100 111011

Color Harmonies of #BC7095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7095

Black with #BC7095

Text Example


Text Example

White with #BC7095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7095; }

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

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

background-color css

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

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

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

border-color css

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

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

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