#BC7598

Color #BC7598 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #BC7598

Tints of Hopbush #BC7598

Color information

#BC7598 (or 0xBC7598) is unknown color: approx Hopbush. HEX triplet: BC, 75 and 98. RGB value is (188,117,152). Sum of RGB (Red+Green+Blue) = 188+117+152=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7598 is #438A67. Grayscale: #8E8E8E. Windows color (decimal): -4426344 or 9991612. OLE color: 9991612.

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

Color convert

RGB188117152-
CMYK00.380.190.26
HSL330.42º34.63%59.8%-
HSV(B)330.42º37.77%73.73%-
XYZ32.7725.6832.94-
YUV142.22133.52160.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=41.14%
G=25.60%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811715200.380.190.26330.4234.6359.8
HexBC7598026131A14a233c
Octal27416523004623325124374
Binary1011110011101011001100001001101001111010101001010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7598; }

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

 H1.HeaderClassName
 {
   color: #BC7598;
 }
 .AnyTagClassName
 {
   color: #BC7598;
 }
</style>
background-color css

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

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

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

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

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

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