#BC7A94

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

Shades of Hopbush #BC7A94

Tints of Hopbush #BC7A94

Color information

#BC7A94 (or 0xBC7A94) is unknown color: approx Hopbush. HEX triplet: BC, 7A and 94. RGB value is (188,122,148). Sum of RGB (Red+Green+Blue) = 188+122+148=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7A94 is #43856B. Grayscale: #909090. Windows color (decimal): -4425068 or 9730748. OLE color: 9730748.

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

Color convert

RGB188122148-
CMYK00.350.210.26
HSL336.36º33%60.78%-
HSV(B)336.36º35.11%73.73%-
XYZ33.0426.7531.44-
YUV144.7129.87158.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 148 (58.20% from 255) = 32.31%
R=41.05%
G=26.64%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812214800.350.210.26336.363360.78
HexBC7A94023151A150213d
Octal27417222404325325204175
Binary1011110011110101001010001000111010111010101010000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7A94; }

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

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

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

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

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

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

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

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