Html Css Color HEX #BC7594 Hopbush

📋 copy color: '#BC7594'

red 188 ◦ green 117 ◦ blue 148

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

Shades of Hopbush #BC7594

Tints of Hopbush #BC7594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.67%

R = 41.5%
G = 25.83%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC7594 (or 0xBC7594) is known color: Hopbush. HEX triplet: BC, 75 and 94. RGB value is (188,117,148). Sum of RGB (Red+Green+Blue) = 188+117+148=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7594 is #438A6B. Grayscale: #8D8D8D. Windows color (decimal): -4426348 or 9729468. OLE color: 9729468.

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

Color convert

RGB 188 117 148 -
CMYK 0 0.38 0.21 0.26
HSL 333.8º 0.35% 0.6% -
HSV(B) 333.8º 0.38% 0.74% -
XYZ 32.45 25.55 31.24 -
YUV 141.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 188 117 148 0 0.38 0.21 0.26 333.8 0.35 0.6
Hex BC 75 94 0 26 15 1A 14E 23 3C
Octal 274 165 224 0 46 25 32 516 43 74
Binary 10111100 1110101 10010100 0 100110 10101 11010 101001110 100011 111100

Color Harmonies of #BC7594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7594

Black with #BC7594

Text Example


Text Example

White with #BC7594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7594; }

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

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

background-color css

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

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

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

border-color css

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

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

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