#BC7398

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

Shades of Hopbush #BC7398

Tints of Hopbush #BC7398

Color information

#BC7398 (or 0xBC7398) is unknown color: approx Hopbush. HEX triplet: BC, 73 and 98. RGB value is (188,115,152). Sum of RGB (Red+Green+Blue) = 188+115+152=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7398 is #438C67. Grayscale: #8C8C8C. Windows color (decimal): -4426856 or 9991100. OLE color: 9991100.

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

Color convert

RGB188115152-
CMYK00.390.190.26
HSL329.59º35.27%59.41%-
HSV(B)329.59º38.83%73.73%-
XYZ32.5425.2232.86-
YUV141.04134.18161.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=41.32%
G=25.27%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811515200.390.190.26329.5935.2759.41
HexBC7398027131A14a233b
Octal27416323004723325124373
Binary1011110011100111001100001001111001111010101001010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7398; }

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

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

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

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

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

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

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

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