#BB6794

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

Shades of Hopbush #BB6794

Tints of Hopbush #BB6794

Color information

#BB6794 (or 0xBB6794) is unknown color: approx Hopbush. HEX triplet: BB, 67 and 94. RGB value is (187,103,148). Sum of RGB (Red+Green+Blue) = 187+103+148=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6794 is #44986B. Grayscale: #858585. Windows color (decimal): -4495468 or 9725883. OLE color: 9725883.

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

Color convert

RGB187103148-
CMYK00.450.210.27
HSL327.86º38.18%56.86%-
HSV(B)327.86º44.92%73.33%-
XYZ30.6922.430.72-
YUV133.25136.33166.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.69%
GREEN value IS 103 (40.62% from 255) = 23.52%
BLUE value IS 148 (58.20% from 255) = 33.79%
R=42.69%
G=23.52%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710314800.450.210.27327.8638.1856.86
HexBB679402D151B1482639
Octal27314722405525335104671
Binary1011101111001111001010001011011010111011101001000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6794; }

 p { color: rgb(187,103,148); }

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

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

 a { background-color: rgb(187,103,148); }

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

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

 span { border-color: rgb(187,103,148); }

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