Html Css Color HEX #BC7193 Hopbush

📋 copy color: '#BC7193'

red 188 ◦ green 113 ◦ blue 147

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

Shades of Hopbush #BC7193

Tints of Hopbush #BC7193

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.22%

 BLUE value IS 147 (57.81% from 255) = 32.81%

R = 41.96%
G = 25.22%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC7193 (or 0xBC7193) is known color: Hopbush. HEX triplet: BC, 71 and 93. RGB value is (188,113,147). Sum of RGB (Red+Green+Blue) = 188+113+147=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7193 is #438E6C. Grayscale: #8B8B8B. Windows color (decimal): -4427373 or 9662908. OLE color: 9662908.

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

Color convert

RGB 188 113 147 -
CMYK 0 0.40 0.22 0.26
HSL 332.8º 0.36% 0.59% -
HSV(B) 332.8º 0.4% 0.74% -
XYZ 31.91 24.61 30.67 -
YUV 139.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 188 113 147 0 0.40 0.22 0.26 332.8 0.36 0.59
Hex BC 71 93 0 28 16 1A 14D 24 3B
Octal 274 161 223 0 50 26 32 515 44 73
Binary 10111100 1110001 10010011 0 101000 10110 11010 101001101 100100 111011

Color Harmonies of #BC7193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7193

Black with #BC7193

Text Example


Text Example

White with #BC7193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7193; }

 p { color: rgb(188,113,147); }

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

background-color css

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

 a { background-color: rgb(188,113,147); }

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

border-color css

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

 span { border-color: rgb(188,113,147); }

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