#BB679E

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

Shades of Hopbush #BB679E

Tints of Hopbush #BB679E

Color information

#BB679E (or 0xBB679E) is unknown color: approx Hopbush. HEX triplet: BB, 67 and 9E. RGB value is (187,103,158). Sum of RGB (Red+Green+Blue) = 187+103+158=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB679E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB679E is #449861. Grayscale: #868686. Windows color (decimal): -4495458 or 10381243. OLE color: 10381243.

HSL color Cylindrical-coordinate representation of color #BB679E: hue angle of 320.71º 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 #BB679E is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB187103158-
CMYK00.450.160.27
HSL320.71º38.18%56.86%-
HSV(B)320.71º44.92%73.33%-
XYZ31.5222.7335.07-
YUV134.39141.33165.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.74%
GREEN value IS 103 (40.62% from 255) = 22.99%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=41.74%
G=22.99%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710315800.450.160.27320.7138.1856.86
HexBB679E02D101B1412639
Octal27314723605520335014671
Binary1011101111001111001111001011011000011011101000001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB679E; }

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

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

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

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

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

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

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

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