#BC7098

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

Shades of Hopbush #BC7098

Tints of Hopbush #BC7098

Color information

#BC7098 (or 0xBC7098) is unknown color: approx Hopbush. HEX triplet: BC, 70 and 98. RGB value is (188,112,152). Sum of RGB (Red+Green+Blue) = 188+112+152=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7098 is #438F67. Grayscale: #8B8B8B. Windows color (decimal): -4427624 or 9990332. OLE color: 9990332.

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

Color convert

RGB188112152-
CMYK00.400.190.26
HSL328.42º36.19%58.82%-
HSV(B)328.42º40.43%73.73%-
XYZ32.224.5532.75-
YUV139.28135.18162.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 112 (44.14% from 255) = 24.78%
BLUE value IS 152 (59.77% from 255) = 33.63%
R=41.59%
G=24.78%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811215200.400.190.26328.4236.1958.82
HexBC7098028131A148243b
Octal27416023005023325104473
Binary1011110011100001001100001010001001111010101001000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7098; }

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

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

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

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

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

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

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

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