#BB68A0

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

Shades of Hopbush #BB68A0

Tints of Hopbush #BB68A0

Color information

#BB68A0 (or 0xBB68A0) is unknown color: approx Hopbush. HEX triplet: BB, 68 and A0. RGB value is (187,104,160). Sum of RGB (Red+Green+Blue) = 187+104+160=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB68A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB68A0 is #44975F. Grayscale: #878787. Windows color (decimal): -4495200 or 10512571. OLE color: 10512571.

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

Color convert

RGB187104160-
CMYK00.440.140.27
HSL319.52º37.9%57.06%-
HSV(B)319.52º44.39%73.33%-
XYZ31.792336.02-
YUV135.2142164.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 104 (41.02% from 255) = 23.06%
BLUE value IS 160 (62.89% from 255) = 35.48%
R=41.46%
G=23.06%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710416000.440.140.27319.5237.957.06
HexBB68A002CE1B1402639
Octal27315024005416335004671
Binary101110111101000101000000101100111011011101000000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB68A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB68A0; }

 p { color: rgb(187,104,160); }

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

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

 a { background-color: rgb(187,104,160); }

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

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

 span { border-color: rgb(187,104,160); }

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