Html Css Color HEX #BC7497 Hopbush

📋 copy color: '#BC7497'

red 188 ◦ green 116 ◦ blue 151

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

Shades of Hopbush #BC7497

Tints of Hopbush #BC7497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.49%

 BLUE value IS 151 (59.38% from 255) = 33.19%

R = 41.32%
G = 25.49%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC7497 (or 0xBC7497) is known color: Hopbush. HEX triplet: BC, 74 and 97. RGB value is (188,116,151). Sum of RGB (Red+Green+Blue) = 188+116+151=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7497 is #438B68. Grayscale: #8D8D8D. Windows color (decimal): -4426601 or 9925820. OLE color: 9925820.

HSL color Cylindrical-coordinate representation of color #BC7497: hue angle of 330.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7497 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 116 151 -
CMYK 0 0.38 0.20 0.26
HSL 330.83º 0.35% 0.6% -
HSV(B) 330.83º 0.38% 0.74% -
XYZ 32.57 25.42 32.47 -
YUV 141.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 188 116 151 0 0.38 0.20 0.26 330.83 0.35 0.6
Hex BC 74 97 0 26 14 1A 14B 23 3C
Octal 274 164 227 0 46 24 32 513 43 74
Binary 10111100 1110100 10010111 0 100110 10100 11010 101001011 100011 111100

Color Harmonies of #BC7497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7497

Black with #BC7497

Text Example


Text Example

White with #BC7497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7497; }

 p { color: rgb(188,116,151); }

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

background-color css

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

 a { background-color: rgb(188,116,151); }

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

border-color css

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

 span { border-color: rgb(188,116,151); }

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