Html Css Color HEX #BC7593 Hopbush

📋 copy color: '#BC7593'

red 188 ◦ green 117 ◦ blue 147

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

Shades of Hopbush #BC7593

Tints of Hopbush #BC7593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.88%

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

R = 41.59%
G = 25.88%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC7593 (or 0xBC7593) is known color: Hopbush. HEX triplet: BC, 75 and 93. RGB value is (188,117,147). Sum of RGB (Red+Green+Blue) = 188+117+147=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7593 is #438A6C. Grayscale: #8D8D8D. Windows color (decimal): -4426349 or 9663932. OLE color: 9663932.

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

Color convert

RGB 188 117 147 -
CMYK 0 0.38 0.22 0.26
HSL 334.65º 0.35% 0.6% -
HSV(B) 334.65º 0.38% 0.74% -
XYZ 32.37 25.52 30.82 -
YUV 141.65 131.02 161.06 -
System Red Green Blue C M Y K H S L
Decimal 188 117 147 0 0.38 0.22 0.26 334.65 0.35 0.6
Hex BC 75 93 0 26 16 1A 14F 23 3C
Octal 274 165 223 0 46 26 32 517 43 74
Binary 10111100 1110101 10010011 0 100110 10110 11010 101001111 100011 111100

Color Harmonies of #BC7593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7593

Black with #BC7593

Text Example


Text Example

White with #BC7593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7593; }

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

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

background-color css

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

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

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

border-color css

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

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

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