Html Css Color HEX #BC7599 Hopbush

📋 copy color: '#BC7599'

red 188 ◦ green 117 ◦ blue 153

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

Shades of Hopbush #BC7599

Tints of Hopbush #BC7599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.41%

R = 41.05%
G = 25.55%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC7599 (or 0xBC7599) is known color: Hopbush. HEX triplet: BC, 75 and 99. RGB value is (188,117,153). Sum of RGB (Red+Green+Blue) = 188+117+153=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7599 is #438A66. Grayscale: #8E8E8E. Windows color (decimal): -4426343 or 10057148. OLE color: 10057148.

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

Color convert

RGB 188 117 153 -
CMYK 0 0.38 0.19 0.26
HSL 329.58º 0.35% 0.6% -
HSV(B) 329.58º 0.38% 0.74% -
XYZ 32.85 25.71 33.37 -
YUV 142.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 188 117 153 0 0.38 0.19 0.26 329.58 0.35 0.6
Hex BC 75 99 0 26 13 1A 14A 23 3C
Octal 274 165 231 0 46 23 32 512 43 74
Binary 10111100 1110101 10011001 0 100110 10011 11010 101001010 100011 111100

Color Harmonies of #BC7599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7599

Black with #BC7599

Text Example


Text Example

White with #BC7599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7599; }

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

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

background-color css

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

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

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

border-color css

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

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

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