#BB6294

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

Shades of Hopbush #BB6294

Tints of Hopbush #BB6294

Color information

#BB6294 (or 0xBB6294) is unknown color: approx Hopbush. HEX triplet: BB, 62 and 94. RGB value is (187,98,148). Sum of RGB (Red+Green+Blue) = 187+98+148=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6294 is #449D6B. Grayscale: #828282. Windows color (decimal): -4496748 or 9724603. OLE color: 9724603.

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

Color convert

RGB18798148-
CMYK00.480.210.27
HSL326.29º39.56%55.88%-
HSV(B)326.29º47.59%73.33%-
XYZ30.2121.4430.56-
YUV130.31137.99168.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 98 (38.67% from 255) = 22.63%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=43.19%
G=22.63%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879814800.480.210.27326.2939.5655.88
HexBB6294030151B1462838
Octal27314222406025335065070
Binary1011101111000101001010001100001010111011101000110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6294; }

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

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

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

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

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

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

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

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