#BC6598

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

Shades of Hopbush #BC6598

Tints of Hopbush #BC6598

Color information

#BC6598 (or 0xBC6598) is unknown color: approx Hopbush. HEX triplet: BC, 65 and 98. RGB value is (188,101,152). Sum of RGB (Red+Green+Blue) = 188+101+152=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6598 is #439A67. Grayscale: #848484. Windows color (decimal): -4430440 or 9987516. OLE color: 9987516.

HSL color Cylindrical-coordinate representation of color #BC6598: hue angle of 324.83º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6598 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB188101152-
CMYK00.460.190.26
HSL324.83º39.37%56.67%-
HSV(B)324.83º46.28%73.73%-
XYZ31.0622.2732.37-
YUV132.83138.82167.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 101 (39.84% from 255) = 22.90%
BLUE value IS 152 (59.77% from 255) = 34.47%
R=42.63%
G=22.90%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810115200.460.190.26324.8339.3756.67
HexBC659802E131A1452739
Octal27414523005623325054771
Binary1011110011001011001100001011101001111010101000101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6598; }

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

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

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

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

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

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

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

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