#BB7493

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

Shades of Hopbush #BB7493

Tints of Hopbush #BB7493

Color information

#BB7493 (or 0xBB7493) is unknown color: approx Hopbush. HEX triplet: BB, 74 and 93. RGB value is (187,116,147). Sum of RGB (Red+Green+Blue) = 187+116+147=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7493 is #448B6C. Grayscale: #8C8C8C. Windows color (decimal): -4492141 or 9663675. OLE color: 9663675.

HSL color Cylindrical-coordinate representation of color #BB7493: hue angle of 333.8º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB7493 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB187116147-
CMYK00.380.210.27
HSL333.8º34.3%59.41%-
HSV(B)333.8º37.97%73.33%-
XYZ32.0125.1630.77-
YUV140.76131.52160.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.56%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 147 (57.81% from 255) = 32.67%
R=41.56%
G=25.78%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711614700.380.210.27333.834.359.41
HexBB7493026151B14e223b
Octal27316422304625335164273
Binary1011101111101001001001101001101010111011101001110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7493; }

 p { color: rgb(187,116,147); }

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

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

 a { background-color: rgb(187,116,147); }

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

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

 span { border-color: rgb(187,116,147); }

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